[Moving the thread to [email protected]. Please subscribe to this list.]
This is likely because the HADOOP_HOME environment variable is pointing to a version of Hadoop that does not have the necessary backports needed by Sqoop. You can work around this issue by upgrading to Cloudera's distribution (CDH). Alternatively you can wait for a resolution of SQOOP-384 which will address this issue. https://issues.apache.org/jira/browse/SQOOP-384 Thanks, Arvind On Wed, Dec 7, 2011 at 9:16 AM, Priya Matpadi <[email protected]>wrote: > I too faced a similar issue on mac with cloudera cdh3 sqoop installation- > couldn't figure out resolution. > Then I tried cloudera cdh3 sqoop installation on fedora, and did not face > this issue. > -Priya > > > On Wed, Dec 7, 2011 at 2:07 AM, Bhavesh Shah <[email protected]>wrote: > >> I am also facing similar problems while running bin/sqoop. >> I am getting error as: >> >> Exception in thread "main" java.lang.NoSuchMethodError: >> org.apache.hadoop.conf.Configuration.getInstances(Ljava/lang/ >> String;Ljava/lang/Class;)Ljava/util/List; >> >> at com.cloudera.sqoop.tool.SqoopTool.loadPlugins(SqoopTool.java: >> 139) >> at com.cloudera.sqoop.Sqoop.runTool(Sqoop.java:209) >> at com.cloudera.sqoop.Sqoop.runTool(Sqoop.java:228) >> at com.cloudera.sqoop.Sqoop.main(Sqoop.java:237) >> >> Question: >> What could be the problem? I have also set the path of $HBASE_HOME and >> $ZOOKEEPER_HOME. Please suggest me how can we do it. >> >> Thanks. >> >> -- >> NOTE: The mailing list [email protected] is deprecated in favor of >> Apache Sqoop mailing list [email protected]. Please >> subscribe to it by sending an email to >> [email protected]. >> > > -- > NOTE: The mailing list [email protected] is deprecated in favor of > Apache Sqoop mailing list [email protected]. Please > subscribe to it by sending an email to > [email protected]. >
