-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4455/
-----------------------------------------------------------
Review request for oozie.
Summary
-------
A bug in Hadoop MAPREDUCE-4044 prevents the JobClient to process correctly
'mapred.job.tracker'.
To avoid this, until Hadoop fixes it, we should inject the jobtracker host:port
using the 3 possible properties for it:
* mapred.job.tracker
* mapreduce.jobtracker.address
* yarn.resourcemanager.address
This addresses bug OOZIE-779.
https://issues.apache.org/jira/browse/OOZIE-779
Diffs
-----
trunk/core/src/main/java/org/apache/oozie/action/hadoop/JavaActionExecutor.java
1304075
Diff: https://reviews.apache.org/r/4455/diff
Testing
-------
built/deployed and submitted jobs to a hadoop 0.23 cluster running in a
non-default port
Thanks,
Alejandro