Re: ClassNotFoundException: org.jdom2.JDOMException

2012-11-28 Thread dyuti a
vember 27, 2012 8:00 AM > *To:* user@hadoop.apache.org > *Subject:* ClassNotFoundException: org.jdom2.JDOMException > > > > Hi All, > > am working on XML processing in hadoop , followed the steps from the blog > http://xmlandhadoop.blogspot.in/.I have added all jars in class

RE: ClassNotFoundException: org.jdom2.JDOMException

2012-11-27 Thread Kartashov, Andy
daemons s that they can pick up new configuration. From: dyuti a [mailto:hadoop.hiv...@gmail.com] Sent: Tuesday, November 27, 2012 8:00 AM To: user@hadoop.apache.org Subject: ClassNotFoundException: org.jdom2.JDOMException Hi All, am working on XML processing in hadoop , followed the steps from the

Re: ClassNotFoundException: org.jdom2.JDOMException

2012-11-27 Thread Mahesh Balija
Hi Bharath, You may need to copy the jars across all the nodes in your Hadoop cluster. Or another best way to handle this is package all the required jars with your application.jar which you pass to your Hadoop commandline. This will take care of caching it to a

Re: ClassNotFoundException: org.jdom2.JDOMException

2012-11-27 Thread dyuti a
Hi Bharath, yes i have added all those jars. Thanks, dti On Tue, Nov 27, 2012 at 6:35 PM, bharath vissapragada < bharathvissapragada1...@gmail.com> wrote: > Hi, > > Did you add JDOM jar [1] to your class path ? > > [1] http://www.jdom.org/downloads/index.html > > Thanks, > > > On Tue, Nov 27, 20

Re: ClassNotFoundException: org.jdom2.JDOMException

2012-11-27 Thread bharath vissapragada
Hi, Did you add JDOM jar [1] to your class path ? [1] http://www.jdom.org/downloads/index.html Thanks, On Tue, Nov 27, 2012 at 6:30 PM, dyuti a wrote: > Hi All, > am working on XML processing in hadoop , followed the steps from the blog > http://xmlandhadoop.blogspot.in/.I have added all jar