How to add external jar file while running a hadoop program

2010-05-06 Thread harshira
message in context: http://old.nabble.com/How-to-add-external-jar-file-while-running-a-hadoop-program-tp28481933p28481933.html Sent from the Hadoop core-user mailing list archive at Nabble.com.

Re: How to add external jar file while running a hadoop program

2010-05-06 Thread Amareshwari Sri Ramadasu
com/How-to-add-external-jar-file-while-running-a-hadoop-program-tp28481933p28481933.html Sent from the Hadoop core-user mailing list archive at Nabble.com.

Re: How to add external jar file while running a hadoop program

2010-05-07 Thread akhil1988
arshit > -- View this message in context: http://old.nabble.com/How-to-add-external-jar-file-while-running-a-hadoop-program-tp28481933p28484219.html Sent from the Hadoop core-user mailing list archive at Nabble.com.

Re: How to add external jar file while running a hadoop program

2010-05-07 Thread Sonal Goyal
r WordCount gutenburg gutenburg1 > > > > After executing i am getting the following error: > > > > lang.ClassNotFoundException: > > edu.stanford.nlp.parser.lexparser.LexicalizedParser > > > > The class is in stanford-parser.jar ... > > I guess that different processes doesnt access this jar file . so h

RE: How to add external jar file while running a hadoop program

2010-05-07 Thread Ankit Bhatnagar
: common-user@hadoop.apache.org Subject: Re: How to add external jar file while running a hadoop program Akhil, For the rejar to work, the to be included jar has to be in the lib folder of the main jar. Thanks and Regards, Sonal www.meghsoft.com On Fri, May 7, 2010 at 3:31 PM, akhil1988 wrote