[ https://issues.apache.org/jira/browse/OOZIE-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14295587#comment-14295587 ]
Rohini Palaniswamy commented on OOZIE-2113: ------------------------------------------- [~shwethags], We do not use that tar internally as we package the files into rpm like Y! format for deploy. We have been using 0.23.3 jar (instead of 2.0.2-alpha) for 3 years now in oozie client with Oozie server having the cluster version (Hadoop 1.x to Hadoop 0.23.x to now Hadoop 2.6). I think it should be ok to bundle hadoop-auth jar in the oozie client and leave it self contained. 2.0.2-alpha can be upgrade to something more recent though. > Oozie Command Line Utilities are failing as hadoop-auth jar not found > --------------------------------------------------------------------- > > Key: OOZIE-2113 > URL: https://issues.apache.org/jira/browse/OOZIE-2113 > Project: Oozie > Issue Type: Bug > Reporter: pavan kumar kolamuri > Assignee: pavan kumar kolamuri > Attachments: OOZIE-2113.patch > > > Oozie Command Line options are failing since hadoop auth jar is missing in > oozie class path . Exception while running examples > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/hadoop/security/authentication/client/AuthenticationException > at org.apache.oozie.cli.OozieCLI.createXOozieClient(OozieCLI.java:858) > at org.apache.oozie.cli.OozieCLI.jobCommand(OozieCLI.java:901) > at org.apache.oozie.cli.OozieCLI.processCommand(OozieCLI.java:620) > at org.apache.oozie.cli.OozieCLI.run(OozieCLI.java:573) > at org.apache.oozie.cli.OozieCLI.main(OozieCLI.java:208) > Caused by: java.lang.ClassNotFoundException: > org.apache.hadoop.security.authentication.client.AuthenticationException > at java.net.URLClassLoader$1.run(URLClassLoader.java:202) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(URLClassLoader.java:190) > at java.lang.ClassLoader.loadClass(ClassLoader.java:306) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) > at java.lang.ClassLoader.loadClass(ClassLoader.java:247) > ... 5 more -- This message was sent by Atlassian JIRA (v6.3.4#6332)