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
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
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
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
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