oozie
oozie copied to clipboard
resolved can not submit job with oozie to between cluster and oozie c…
…an not tracker job status
I find can not submit job with oozie to between hadoop 2.5.0 cluster and oozie can not tracker job status,so i resolved it.
Hi,
It should be possible to submit a job to a Hadoop 2.x cluster by putting the RM Address in the <job-tracker\
field; all of those other addresses you added in the updates schema shouldn't be necessary. Make sure that you've configured oozie.service.HadoopAccessorService.hadoop.configurations
(see https://oozie.apache.org/docs/4.2.0/AG_HadoopConfiguration.html).
Also, we don't do pull requests (which is why we haven't noticed this until now when I randomly looked). In the future, please file a JIRA against Oozie (https://issues.apache.org/jira/browse/OOZIE/) and post a patch there.
thanks
- Robert