Hi, There are multiple ways to add the jars to the lib path. I would suggest you try one of the following
1) in your job.properties, add the path to your jar files (comma separated) to *oozie.libpath *property 2) create a *lib* directory under your application's directory and put your jars under lib so oozie can pick them up. Let me know if these work. Thanks & Regards, Harish.T.K On Thu, Oct 18, 2012 at 2:46 AM, BHASKER ALLENE <[email protected]>wrote: > Hi, > As per the oozie Map reduce cook book "libjars" option is not supported by > Oozie. > How do we include third party libraries in Java action. > One option I am thinking is include my hadoop command in a shell script > and use shell script option instead of Java action. > > Regards, > Bhasker >
