Skip to content

Instantly share code, notes, and snippets.

@nickjones
Created December 1, 2011 16:54
Show Gist options
  • Save nickjones/1418164 to your computer and use it in GitHub Desktop.
Save nickjones/1418164 to your computer and use it in GitHub Desktop.
oozie-site.xml trying to automatically include streaming jar for all jobs
...
<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