Created
December 1, 2011 16:54
-
-
Save nickjones/1418164 to your computer and use it in GitHub Desktop.
oozie-site.xml trying to automatically include streaming jar for all jobs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
<property> | |
<name>oozie.service.WorkflowAppService.system.libpath</name> | |
<value>/user/oozie/share/lib</value> | |
<description> | |
System library path to use for workflow applications. | |
This path is added to workflow application if their job properties sets | |
the property 'oozie.use.system.libpath' to true. | |
</description> | |
</property> | |
<property> | |
<name>use.system.libpath.for.mapreduce.and.pig.jobs</name> | |
<value>true</value> | |
<description> | |
If set to true, submissions of MapReduce and Pig jobs will include | |
automatically the system library path, thus not requiring users to | |
specify where the Pig JAR files are. Instead, the ones from the system | |
library path are used. | |
</description> | |
</property> | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment