I followed this but i am getting this error.

does anybody know what i missed..


[hduser@master bin]$ ./sqoop-help
Warning: $HADOOP_HOME is deprecated.

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.

On 7/18/12, Babu, Prashanth <[email protected]> wrote:
> Download Sqoop from http://sqoop.apache.org and untar the file.
> Add env variable SQOOP_HOME [for easy reference] pointing to the above
> exploded folder.
> Finally add $SQOOP_HOME/bin in the PATH.
>
> You are all set.
>
> -----Original Message-----
> From: iwannaplay games [mailto:[email protected]]
> Sent: Wednesday, July 18, 2012 3:01 PM
> To: user
> Subject: steps to install apache sqoop
>
> Hi,
>
> I have installed hadoop 1.0.3 and hbase 0.92.1 Now i want to install sqoop.
> Can i have the steps to install sqoop
>
> Thanks & Regards
> Prabhjot
>
> ______________________________________________________________________
> Disclaimer:This email and any attachments are sent in strictest confidence
> for the sole use of the addressee and may contain legally privileged,
> confidential, and proprietary data.  If you are not the intended recipient,
> please advise the sender by replying promptly to this email and then delete
> and destroy this email and any attachments without any further use, copying
> or forwarding
>

Reply via email to