On Fri, Aug 28, 2009 at 10:34 AM, mpiller <[email protected]>wrote:

>
> I am using the DistCp class inside of my application to copy final output
> files out into S3 (this is per Amazon's recommendation). However, when I
> run
> the program I get the following exception:
>
> java.lang.NoClassDefFoundError: org/apache/hadoop/tools/DistCp
>
>
I generally run DistCp from the command line. I'd look into the bin/hadoop
script to see what it actually runs when you do distcp. It may be that the
jar isn't in the classpath normally.

Reply via email to