I see the jars in *job.xml for the job i created. But here is my use case
I have 2 jars for the job, one being a third party jar. When i create a
single jar (using maven assembly single) it works fine.

But when i create 2 jars and place them in lib folder then only the mapper
jar is picked correctly, but when it references the 2nd jar it gives
No Class Found exception.

Thanks and Regards,
Amit Bohra

On Tue, Oct 30, 2012 at 6:45 PM, Alejandro Abdelnur <[email protected]>wrote:

> Amit,
>
> Would you check in the MR launcher job log (the name of the job in the
> JT should be oozie:launcher:mapreduce:<ACTIONAME>...) of your
> mapreduce action for the classpath being used and verify the JAR
> containing your Mapper class is there.
>
> Thx
>
> On Tue, Oct 30, 2012 at 3:30 AM, amit bohra <[email protected]> wrote:
> > Hello,
> >
> > With Oozie 3.2.0 my mapper requires few jar and i have added all of them
> in
> > lib folder in my workflow deployment folder.
> >
> > But my mapper is still giving Class not found at run time for those
> > classes..
> >
> > Am i missing something basic here?
> >
> > Thanks and Regards,
> > Amit Bohra
>
>
>
> --
> Alejandro
>

Reply via email to