For faster response, please subscribe to incubator-sqoop-user-subscr...@apache.org. Nick, while SQOOP-384 is still unresolved, some of the issues have been fixed in 1.4.1 and it's possible that your issue is resolved too. To confirm, can you try building Sqoop 1.4.1-incubating with the command line property -Dhadoopversion=20 to see if that resolves the problem? Regards, Kathleen On Wed, Jan 4, 2012 at 4:53 PM, Nick <nsola...@gmail.com> wrote: > Hello all, I've installed SQOOP Cloudera version sqoop-1.3.0 in apache > Hadoop cluster. > > When I tried to run sqoop, I am being thrown the following error. > > $ sqoop help > Exception in thread "main" java.lang.NoClassDefFoundError: com/ > cloudera/sqoop/Sqoop > Caused by: java.lang.ClassNotFoundException: com.cloudera.sqoop.Sqoop > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java: > 301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:247) > Could not find the main class: com.cloudera.sqoop.Sqoop. Program will > exit. > > Therefore, this raises the following questions: > > 1. Can Cloudera's Sqoop co-exist with apache hadoop cluster? > 2. If not, which and from where a compatible version of Sqoop is > available? > > Appreciate any help on this. > > Thanks > > -- > NOTE: The mailing list sqoop-u...@cloudera.org is deprecated in favor of > Apache Sqoop mailing list sqoop-user@incubator.apache.org. Please subscribe > to it by sending an email to incubator-sqoop-user-subscr...@apache.org.