> On 2011-10-17 19:22:44, Mohammad Islam wrote: > > As Angelo commented, it is to be taken care of by addtowar.sh script. What > > version of hadoop are you using? How are you calling setup script? > >
Sorry for a late reply. I was using CDH3u1 which is 20.2 version.With version of apache(0.20.203) I was not able to setup the oozie user property. And had to struggle with "somebody impersonating somebody" errors. I called setup with ./oozie-setup -hadoop 0.20.2 $HADOOP_HOME I agree now this fix is like a hack. Are you able to setup oozie with apache release? Thanks , Prashant. - Prashant ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2310/#review2628 ----------------------------------------------------------- On 2011-10-08 12:12:23, Prashant Sharma wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/2310/ > ----------------------------------------------------------- > > (Updated 2011-10-08 12:12:23) > > > Review request for oozie. > > > Summary > ------- > > Fix for setup. Some jars were missing on the catalina classpath. Which were > causing Class not found exception for variety of classes. > > > This addresses bugs Setup and bug. > https://issues.apache.org/jira/browse/Setup > https://issues.apache.org/jira/browse/bug > > > Diffs > ----- > > > http://svn.apache.org/repos/asf/incubator/oozie/trunk/distro/src/main/bin/oozie-setup.sh > 1180199 > > Diff: https://reviews.apache.org/r/2310/diff > > > Testing > ------- > > .....skipping a few lines.......... > > ... 16 more > Exception in thread "pool-2-thread-25" java.lang.NoClassDefFoundError: > org/codehaus/jackson/map/JsonMappingException > at > org.apache.oozie.service.KerberosHadoopAccessorService$1.run(KerberosHadoopAccessorService.java:129) > at > org.apache.oozie.service.KerberosHadoopAccessorService$1.run(KerberosHadoopAccessorService.java:127) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:396) > at > org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1127) > at > org.apache.oozie.service.KerberosHadoopAccessorService.createJobClient(KerberosHadoopAccessorService.java:127) > at > org.apache.oozie.action.hadoop.JavaActionExecutor.createJobClient(JavaActionExecutor.java:789) > at > org.apache.oozie.action.hadoop.JavaActionExecutor.submitLauncher(JavaActionExecutor.java:534) > at > org.apache.oozie.action.hadoop.JavaActionExecutor.start(JavaActionExecutor.java:746) > at > org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:193) > at > org.apache.oozie.command.wf.ActionStartXCommand.execute(ActionStartXCommand.java:53) > at org.apache.oozie.command.XCommand.call(XCommand.java:257) > at > org.apache.oozie.service.CallableQueueService$CallableWrapper.run(CallableQueueService.java:163) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > Caused by: java.lang.ClassNotFoundException: > org.codehaus.jackson.map.JsonMappingException > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1680) > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1526) > ... 16 more > Oct 8, 2011 3:33:20 AM org.apache.coyote.http11.Http11Protocol pause > INFO: Pausing Coyote HTTP/1.1 on http-11000 > > > Thanks, > > Prashant > >
