Details
-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 0.10.1
-
Fix Version/s: 0.11.0
-
Component/s: Maven Module
-
Labels:None
Description
Currently when generating the workflow xml through the Maven plugin it explicitly calls out a separate NN and JT for actually executing the action separate from Oozie. Unless it is a best practice or common pattern it might be easier to simplify the default config to just use the same NN/JT as Oozie and remove the extra args.
<job-tracker>${jobTracker}</job-tracker> <name-node>${nameNode}</name-node> <main-class>org.example.ToolImplementation</main-class> <arg>-D</arg> <arg>fs.default.name=hdfs://localhost</arg> <arg>-D</arg> <arg>mapred.job.tracker=localhost:8021</arg>