> On 2011-11-10 01:48:32, Mohammad Islam wrote: > > Looks very good. > > Want to clarify that jar injection will be done during runtime. not during > > packaging. right? > > > > About running job successfully through Oozie: Mona has done it. But it > > needs some code changes in H 0.23. Not sure it was committed to hadoop > > trunk yet. > >
JAR Injection, as until now can be done at build time, by using the -DincludeHadoopJars option or after installation. Would be possible to share Mona's findings? Given that using 0.23 is an optional profile, I'd like to commit this to trunk to facilitate work for Bigtop. Thanks. Alejandro - Alejandro ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2778/#review3146 ----------------------------------------------------------- On 2011-11-10 00:06:30, Alejandro Abdelnur wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/2778/ > ----------------------------------------------------------- > > (Updated 2011-11-10 00:06:30) > > > Review request for oozie, Tom White and Roman Shaposhnik. > > > Summary > ------- > > Make Oozie compile against Hadoop 0.23. > > It depends on a few outstanding Hadoop JIRAs. > > Everything compiles, testcases using MiniMR fail due to MAPREDUCE-3380. > > This patch is a WIP > > > This addresses bug OOZIE-565. > https://issues.apache.org/jira/browse/OOZIE-565 > > > Diffs > ----- > > /trunk/core/pom.xml 1200045 > > /trunk/core/src/main/java/org/apache/oozie/service/KerberosHadoopAccessorService.java > 1200045 > /trunk/examples/pom.xml 1200045 > /trunk/pom.xml 1200045 > /trunk/sharelib/pom.xml 1200045 > /trunk/webapp/pom.xml 1200045 > > Diff: https://reviews.apache.org/r/2778/diff > > > Testing > ------- > > > Thanks, > > Alejandro > >
