GH-238: it should be possible to submit oozie pig jobs using the system library
by default
------------------------------------------------------------------------------------------
Key: OOZIE-202
URL: https://issues.apache.org/jira/browse/OOZIE-202
Project: Oozie
Issue Type: Bug
Reporter: Hadoop QA
If Oozie server is configured with a system library, it should be possible to
configure it to automatically add the system library for oozie pig jobs.
To preserve system backwards compatibility this option should be OFF by default.
In addition, the oozie.libpath property on submission should be optional.
Thus, together with patch 236, submitting pig jobs becomes identical to native
pig submission:
---
$ oozie pig -oozie http://oozieserver:11000/oozie -file myscript.pig \
-Dmapred.job.tracker=jbt:10000 -Dfs.default.name=hdfs://nn:9000 \
-X -param INPUT=/tmp/in -param OUTPUT=/tmp/out
---
No need to specify an oozie.libpath, no need to specify a -config file, they
are optional
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira