Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Contributor
Created on 03-24-2017 10:43 PM
To configure Oozie workflow after enabling the ResourceManager HA, do the following:
- Find the YARN Resource Manager cluster id. To find the cluster id,
- Go to Ambari > YARN > configs
- Search for property yarn.resourcemanager.cluster-id
- After finding the cluster id, at the Job Property file, provide the YARN Resource Manager cluster id to the job _Tracker like the following:
jobTracker= yarn-ha
- Submit the Oozie job using the modified job property file.