arvaiadam opened a new pull request #369: URL: https://github.com/apache/knox/pull/369
## What changes were proposed in this pull request? In Oozie 5.x there is a new parameter called resourceManager. This is used instead of jobTracker. However, Oozie can fall back to jobTracker value if no resourceManager is defined. resourceManager shall have the same value as jobTracker has now. This ticket is intend to track the work on adding a new rewrite rule and a new service returning the resource-manager's address. Currently the JobTrackerServiceModelGenerator despite its name is actually returning the resource-manager's address. This is not enabled by default because its misleading name since we no longer have job-trackers but resource-managers. By having a new service which does exactly the same thing as JobTrackerServiceModelGenerator but is enabled by default we could have Oozie work with Knox out of the box. We should be careful as the resource manager service name is already taken by ResourceManagerUIServiceModelGenerator. ## How was this patch tested? Updated/ran unit tests. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
