> On 2011-11-08 17:14:33, Alejandro Abdelnur wrote: > > I don't think that Hadoop 0.23 JARs should be injected using the > > addtowar.sh script. This alternate Hadoop JARs injection was meant to > > support different but similar Hadoop versions. Hadoop 0.23 being a complete > > rewrite of MR framework should be used to built & fully test Oozie. > > > > To support pre 0.23 and 0.23 versions of Hadoop we can use profiles to > > handle dependencies.
I agree that we need to use different profile (something like 'hadoop20' in our current system) for building against 0.23+. But do you want to use the profile for jar injection too? Or you consider to package the jar during the build. - Mohammad ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2769/#review3111 ----------------------------------------------------------- On 2011-11-08 02:00:30, Mona Chitnis wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/2769/ > ----------------------------------------------------------- > > (Updated 2011-11-08 02:00:30) > > > Review request for oozie, Mohammad Islam and Angelo K. Huang. > > > Summary > ------- > > When running oozie-setup.sh -hadoop <version> <hadoop_directory> -extjs > <extjs.zip> > hadoop_directory should point to the parent dir containing sub-dir > hadoop-mapred-x.x.x,common and hdfs. > version = 0.23.0 > > Furthermore, all required env variables as specified on the hadoop 23 > documentation should be set to be able to submit jobs > > > Diffs > ----- > > trunk/distro/src/main/bin/addtowar.sh 1189396 > > Diff: https://reviews.apache.org/r/2769/diff > > > Testing > ------- > > > Thanks, > > Mona > >
