In your example below, you need to have the AB class in the p.jar file for it to be picked up. If that's not working, verify that you're specifying the correct location to p.jar and that the AB class name (fully qualified) is correct.
On Fri, Jul 10, 2009 at 6:12 AM, jdh <[email protected]> wrote: > > Hi, everyone~ > I have a question about bin/hadoop jar. I do not know where to place the > class file. For example, when I used command like this " bin/hadoop jar > p.jar AB", it could not run until I placed the AB class in my hadoop dir. > Can somebody help me about how to use hadoop jar? > Thanks! > -- > View this message in context: > http://www.nabble.com/Can-you-help-me-about-how-to-use-hadoop-jar--tp24427337p24427337.html > Sent from the Hadoop core-user mailing list archive at Nabble.com. > >
