You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by Mona Chitnis <ch...@yahoo-inc.com> on 2011/11/08 03:00:30 UTC

Review Request: Script to inject the JARs required by Oozie to work with Hadoop 23

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/
-----------------------------------------------------------

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


Re: Review Request: Script to inject the JARs required by Oozie to work with Hadoop 23

Posted by Mohammad Islam <mi...@yahoo.com>.

> 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
> 
>


Re: Review Request: Script to inject the JARs required by Oozie to work with Hadoop 23

Posted by Alejandro Abdelnur <tu...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/#review3111
-----------------------------------------------------------


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.

- Alejandro


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
> 
>


Re: Review Request: Script to inject the JARs required by Oozie to work with Hadoop 23

Posted by Mohammad Islam <mi...@yahoo.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/#review3102
-----------------------------------------------------------



trunk/distro/src/main/bin/addtowar.sh
<https://reviews.apache.org/r/2769/#comment6910>

    Is there any command line option for this to turn off?
    Or someone needs to do it manually?
    
    Most possibly, it will not be an issue when we start getting the released jar.
    
    In that case, you can skip this comments provided, the value will be default to empty before the official release.


- Mohammad


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
> 
>


Re: Review Request: Script to inject the JARs required by Oozie to run with Hadoop 23

Posted by Mohammad Islam <mi...@yahoo.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/#review5538
-----------------------------------------------------------

Ship it!


+1

- Mohammad


On 2012-02-17 03:44:43, Mona Chitnis wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/2769/
> -----------------------------------------------------------
> 
> (Updated 2012-02-17 03:44:43)
> 
> 
> Review request for oozie.
> 
> 
> Summary
> -------
> 
> This script injects required Jars into Oozie server's WEB-INF/lib directory.
> 
> For running oozie-setup.sh -hadoop <version> <hadoop_directory>
> For version 0.23.1, hadoop_directory should point to the top level directory containing required hdfs,mapred and common jars.
> For pre-0.23 versions, it should point to the directory containing hadoop-core.jar
> 
> Furthermore, all required env variables as specified in the Hadoop documentation should be set to be able to submit jobs
> 
> 
> Diffs
> -----
> 
>   branches/branch-3.1/distro/src/main/bin/addtowar.sh 1244331 
> 
> Diff: https://reviews.apache.org/r/2769/diff
> 
> 
> Testing
> -------
> 
> yes
> 
> 
> Thanks,
> 
> Mona
> 
>


Re: Review Request: Script to inject the JARs required by Oozie to run with Hadoop 23

Posted by Mona Chitnis <ch...@yahoo-inc.com>.

> On 2012-02-17 08:27:21, Santhosh Srinivasan wrote:
> > Question on changes made to prior Hadoop jars for previous versions.

It safeguards against injecting the Jar 'hadoop-mapreduce-client-core*.jar' if in case the directory the user is pointing to contains both Hadoop 1.0.0 and 0.23 jars.


- Mona


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/#review5189
-----------------------------------------------------------


On 2012-02-17 03:44:43, Mona Chitnis wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/2769/
> -----------------------------------------------------------
> 
> (Updated 2012-02-17 03:44:43)
> 
> 
> Review request for oozie.
> 
> 
> Summary
> -------
> 
> This script injects required Jars into Oozie server's WEB-INF/lib directory.
> 
> For running oozie-setup.sh -hadoop <version> <hadoop_directory>
> For version 0.23.1, hadoop_directory should point to the top level directory containing required hdfs,mapred and common jars.
> For pre-0.23 versions, it should point to the directory containing hadoop-core.jar
> 
> Furthermore, all required env variables as specified in the Hadoop documentation should be set to be able to submit jobs
> 
> 
> Diffs
> -----
> 
>   branches/branch-3.1/distro/src/main/bin/addtowar.sh 1244331 
> 
> Diff: https://reviews.apache.org/r/2769/diff
> 
> 
> Testing
> -------
> 
> yes
> 
> 
> Thanks,
> 
> Mona
> 
>


Re: Review Request: Script to inject the JARs required by Oozie to run with Hadoop 23

Posted by Santhosh Srinivasan <sm...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/#review5189
-----------------------------------------------------------


Question on changes made to prior Hadoop jars for previous versions.


branches/branch-3.1/distro/src/main/bin/addtowar.sh
<https://reviews.apache.org/r/2769/#comment11376>

    Any reason for changing this?



branches/branch-3.1/distro/src/main/bin/addtowar.sh
<https://reviews.apache.org/r/2769/#comment11377>

    Any reason for changing this?



branches/branch-3.1/distro/src/main/bin/addtowar.sh
<https://reviews.apache.org/r/2769/#comment11378>

    Any reason for changing this?



branches/branch-3.1/distro/src/main/bin/addtowar.sh
<https://reviews.apache.org/r/2769/#comment11379>

    Any reason for changing this?


- Santhosh


On 2012-02-17 03:44:43, Mona Chitnis wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/2769/
> -----------------------------------------------------------
> 
> (Updated 2012-02-17 03:44:43)
> 
> 
> Review request for oozie.
> 
> 
> Summary
> -------
> 
> This script injects required Jars into Oozie server's WEB-INF/lib directory.
> 
> For running oozie-setup.sh -hadoop <version> <hadoop_directory>
> For version 0.23.1, hadoop_directory should point to the top level directory containing required hdfs,mapred and common jars.
> For pre-0.23 versions, it should point to the directory containing hadoop-core.jar
> 
> Furthermore, all required env variables as specified in the Hadoop documentation should be set to be able to submit jobs
> 
> 
> Diffs
> -----
> 
>   branches/branch-3.1/distro/src/main/bin/addtowar.sh 1244331 
> 
> Diff: https://reviews.apache.org/r/2769/diff
> 
> 
> Testing
> -------
> 
> yes
> 
> 
> Thanks,
> 
> Mona
> 
>


Re: Review Request: OOZIE-733: Script to inject the JARs required by Oozie to run with Hadoop 23

Posted by Mona Chitnis <ch...@yahoo-inc.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/
-----------------------------------------------------------

(Updated 2012-03-02 02:44:37.623398)


Review request for oozie.


Changes
-------

Added JIRA number


Summary (updated)
-------

This script injects required Jars into Oozie server's WEB-INF/lib directory.

For running oozie-setup.sh -hadoop <version> <hadoop_directory>
For version 0.23.1, hadoop_directory should point to the top level directory containing required hdfs,mapred and common jars.
For pre-0.23 versions, it should point to the directory containing hadoop-core.jar

Furthermore, all required env variables as specified in the Hadoop documentation should be set to be able to submit jobs


This addresses bug OOZIE-733.
    https://issues.apache.org/jira/browse/OOZIE-733


Diffs
-----

  branches/branch-3.1/distro/src/main/bin/addtowar.sh 1244331 

Diff: https://reviews.apache.org/r/2769/diff


Testing
-------

yes


Thanks,

Mona


Re: Review Request: Script to inject the JARs required by Oozie to run with Hadoop 23

Posted by Mona Chitnis <ch...@yahoo-inc.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/
-----------------------------------------------------------

(Updated 2012-02-17 03:44:43.328146)


Review request for oozie.


Changes
-------

Added a fix for injecting Jars when Hadoop Jars versions available may be SNAPSHOT.
Instructions:
If invoking addtowar.sh directly, add the optional CLI argument -hadoopJarsSNAPSHOT
If invoking indirectly, enter this argument into the caller script where it calls addtowar.sh


Summary
-------

This script injects required Jars into Oozie server's WEB-INF/lib directory.

For running oozie-setup.sh -hadoop <version> <hadoop_directory>
For version 0.23.1, hadoop_directory should point to the top level directory containing required hdfs,mapred and common jars.
For pre-0.23 versions, it should point to the directory containing hadoop-core.jar

Furthermore, all required env variables as specified in the Hadoop documentation should be set to be able to submit jobs


Diffs (updated)
-----

  branches/branch-3.1/distro/src/main/bin/addtowar.sh 1244331 

Diff: https://reviews.apache.org/r/2769/diff


Testing
-------

yes


Thanks,

Mona


Re: Review Request: Script to inject the JARs required by Oozie to run with Hadoop 23

Posted by Mona Chitnis <ch...@yahoo-inc.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/
-----------------------------------------------------------

(Updated 2012-02-16 18:50:07.543833)


Review request for oozie.


Changes
-------

Added version number 1.0.0 for Hadoop Jars. 
Incorporated Santhosh's comments. 
Changed "hadoop*core*.jar" to "hadoop-core*.jar" for accuracy in injecting jars.


Summary (updated)
-------

This script injects required Jars into Oozie server's WEB-INF/lib directory.

For running oozie-setup.sh -hadoop <version> <hadoop_directory>
For version 0.23.1, hadoop_directory should point to the top level directory containing required hdfs,mapred and common jars.
For pre-0.23 versions, it should point to the directory containing hadoop-core.jar

Furthermore, all required env variables as specified in the Hadoop documentation should be set to be able to submit jobs


Diffs (updated)
-----

  branches/branch-3.1/distro/src/main/bin/addtowar.sh 1244331 

Diff: https://reviews.apache.org/r/2769/diff


Testing
-------

yes


Thanks,

Mona


Re: Review Request: Script to inject the JARs required by Oozie to run with Hadoop 23

Posted by Mona Chitnis <ch...@yahoo-inc.com>.

> On 2012-02-11 00:26:59, Santhosh Srinivasan wrote:
> > branches/3.1/distro/src/main/bin/addtowar.sh, line 20
> > <https://reviews.apache.org/r/2769/diff/4/?file=74086#file74086line20>
> >
> >     Can this variable be moved to the section where its used?

Okay


> On 2012-02-11 00:26:59, Santhosh Srinivasan wrote:
> > branches/3.1/distro/src/main/bin/addtowar.sh, line 111
> > <https://reviews.apache.org/r/2769/diff/4/?file=74086#file74086line111>
> >
> >     Is the version of Hadoop confirmed as 0.23.0? I thought 0.23.1 is the branch that we are certifying against.

Yes I wanted confirmation on this. Changing it to 0.23.1


- Mona


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/#review5019
-----------------------------------------------------------


On 2012-02-10 04:52:29, Mona Chitnis wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/2769/
> -----------------------------------------------------------
> 
> (Updated 2012-02-10 04:52:29)
> 
> 
> Review request for oozie.
> 
> 
> Summary
> -------
> 
> This script injects required Jars into Oozie server's WEB-INF/lib directory.
> 
> For running oozie-setup.sh -hadoop <version> <hadoop_directory>
> hadoop_directory should point to the installation directory of hadoopcoretree i.e. top level directory containing required hdfs,mapred and common jars.
> 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
> 
> Some extra whitespaces removed.
> 
> 
> Diffs
> -----
> 
>   branches/3.1/distro/src/main/bin/addtowar.sh 1242192 
> 
> Diff: https://reviews.apache.org/r/2769/diff
> 
> 
> Testing
> -------
> 
> yes
> 
> 
> Thanks,
> 
> Mona
> 
>


Re: Review Request: Script to inject the JARs required by Oozie to run with Hadoop 23

Posted by Santhosh Srinivasan <sm...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/#review5019
-----------------------------------------------------------


Couple of comments.


branches/3.1/distro/src/main/bin/addtowar.sh
<https://reviews.apache.org/r/2769/#comment11020>

    Can this variable be moved to the section where its used?



branches/3.1/distro/src/main/bin/addtowar.sh
<https://reviews.apache.org/r/2769/#comment11021>

    Is the version of Hadoop confirmed as 0.23.0? I thought 0.23.1 is the branch that we are certifying against.


- Santhosh


On 2012-02-10 04:52:29, Mona Chitnis wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/2769/
> -----------------------------------------------------------
> 
> (Updated 2012-02-10 04:52:29)
> 
> 
> Review request for oozie.
> 
> 
> Summary
> -------
> 
> This script injects required Jars into Oozie server's WEB-INF/lib directory.
> 
> For running oozie-setup.sh -hadoop <version> <hadoop_directory>
> hadoop_directory should point to the installation directory of hadoopcoretree i.e. top level directory containing required hdfs,mapred and common jars.
> 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
> 
> Some extra whitespaces removed.
> 
> 
> Diffs
> -----
> 
>   branches/3.1/distro/src/main/bin/addtowar.sh 1242192 
> 
> Diff: https://reviews.apache.org/r/2769/diff
> 
> 
> Testing
> -------
> 
> yes
> 
> 
> Thanks,
> 
> Mona
> 
>


Re: Review Request: Script to inject the JARs required by Oozie to run with Hadoop 23

Posted by Mona Chitnis <ch...@yahoo-inc.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/
-----------------------------------------------------------

(Updated 2012-02-10 04:52:29.850534)


Review request for oozie.


Changes
-------

corrected branch 


Summary
-------

This script injects required Jars into Oozie server's WEB-INF/lib directory.

For running oozie-setup.sh -hadoop <version> <hadoop_directory>
hadoop_directory should point to the installation directory of hadoopcoretree i.e. top level directory containing required hdfs,mapred and common jars.
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

Some extra whitespaces removed.


Diffs (updated)
-----

  branches/3.1/distro/src/main/bin/addtowar.sh 1242192 

Diff: https://reviews.apache.org/r/2769/diff


Testing
-------

yes


Thanks,

Mona


Re: Review Request: Script to inject the JARs required by Oozie to run with Hadoop 23

Posted by Mona Chitnis <ch...@yahoo-inc.com>.

> On 2012-02-08 16:59:33, Alejandro Abdelnur wrote:
> > I don't think this JIRA is applicable anymore in trunk given the hadooplibs
> > 
> > Now we only have to copy the corresponding hadooplibs (for the version of Hadoop Oozie will be using) to the libext/ directory and run oozie-setup.sh and the WAR will be recreated with the corresponding Hadoop JARs.
> > 
> > Given that I'd close this JIRA as won't fix/invalid.

This patch is against branch 3.1 with support for Hadoop 23. My mistake in uploading against branch trunk. Updating diff with the correct branch name.


- Mona


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/#review4905
-----------------------------------------------------------


On 2012-02-08 00:44:28, Mona Chitnis wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/2769/
> -----------------------------------------------------------
> 
> (Updated 2012-02-08 00:44:28)
> 
> 
> Review request for oozie.
> 
> 
> Summary
> -------
> 
> This script injects required Jars into Oozie server's WEB-INF/lib directory.
> 
> For running oozie-setup.sh -hadoop <version> <hadoop_directory>
> hadoop_directory should point to the installation directory of hadoopcoretree i.e. top level directory containing required hdfs,mapred and common jars.
> 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
> 
> Some extra whitespaces removed.
> 
> 
> Diffs
> -----
> 
>   trunk/distro/src/main/bin/addtowar.sh 1241713 
> 
> Diff: https://reviews.apache.org/r/2769/diff
> 
> 
> Testing
> -------
> 
> yes
> 
> 
> Thanks,
> 
> Mona
> 
>


Re: Review Request: Script to inject the JARs required by Oozie to run with Hadoop 23

Posted by Alejandro Abdelnur <tu...@cloudera.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/#review4905
-----------------------------------------------------------


I don't think this JIRA is applicable anymore in trunk given the hadooplibs

Now we only have to copy the corresponding hadooplibs (for the version of Hadoop Oozie will be using) to the libext/ directory and run oozie-setup.sh and the WAR will be recreated with the corresponding Hadoop JARs.

Given that I'd close this JIRA as won't fix/invalid.

- Alejandro


On 2012-02-08 00:44:28, Mona Chitnis wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/2769/
> -----------------------------------------------------------
> 
> (Updated 2012-02-08 00:44:28)
> 
> 
> Review request for oozie.
> 
> 
> Summary
> -------
> 
> This script injects required Jars into Oozie server's WEB-INF/lib directory.
> 
> For running oozie-setup.sh -hadoop <version> <hadoop_directory>
> hadoop_directory should point to the installation directory of hadoopcoretree i.e. top level directory containing required hdfs,mapred and common jars.
> 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
> 
> Some extra whitespaces removed.
> 
> 
> Diffs
> -----
> 
>   trunk/distro/src/main/bin/addtowar.sh 1241713 
> 
> Diff: https://reviews.apache.org/r/2769/diff
> 
> 
> Testing
> -------
> 
> yes
> 
> 
> Thanks,
> 
> Mona
> 
>


Re: Review Request: Script to inject the JARs required by Oozie to run with Hadoop 23

Posted by Mona Chitnis <ch...@yahoo-inc.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/
-----------------------------------------------------------

(Updated 2012-02-08 00:44:28.724394)


Review request for oozie.


Changes
-------

Earlier, the script was erroneously adding test and/or test-sources jars. Fixed that.


Summary (updated)
-------

This script injects required Jars into Oozie server's WEB-INF/lib directory.

For running oozie-setup.sh -hadoop <version> <hadoop_directory>
hadoop_directory should point to the installation directory of hadoopcoretree i.e. top level directory containing required hdfs,mapred and common jars.
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

Some extra whitespaces removed.


Diffs (updated)
-----

  trunk/distro/src/main/bin/addtowar.sh 1241713 

Diff: https://reviews.apache.org/r/2769/diff


Testing (updated)
-------

yes


Thanks,

Mona


Re: Review Request: Script to inject the JARs required by Oozie to work with Hadoop 23

Posted by Mona Chitnis <ch...@yahoo-inc.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2769/
-----------------------------------------------------------

(Updated 2011-11-10 20:40:34.260879)


Review request for oozie, Mohammad Islam and Angelo K. Huang.


Changes
-------

Had missed adding "avro-ipc-*.jar" to the list and parametrized the suffix for jar version no. and SNAPSHOT (if applicable). This can then be changed easily on top


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 (updated)
-----

  trunk/distro/src/main/bin/addtowar.sh 1195729 

Diff: https://reviews.apache.org/r/2769/diff


Testing
-------


Thanks,

Mona