Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.9.0, 3.0.0, 3.1.0
-
Reviewed
Description
"yarn.resourcemanager.zk-address" was deprecated in 2.9.x and moved to "hadoop.zk.address". However this doesn't appear in Deprecated Properties.
Additionally, the Configuration base class doesn't auto-translate from "yarn.resourcemanager.zk-address" to "hadoop.zk.address". Only the sub-class YarnConfiguration does the translation.
Also, the 2.9+ Resource Manager HA documentation still refers to the use of "yarn.resourcemanager.zk-address".
https://hadoop.apache.org/docs/stable/hadoop-yarn/hadoop-yarn-site/ResourceManagerHA.html
Attachments
Attachments
Issue Links
- is related to
-
TEZ-3874 NPE in TezClientUtils when "yarn.resourcemanager.zk-address" is present in Configuration
- Closed
- relates to
-
HADOOP-14741 Refactor curator based ZooKeeper communication into common library
- Resolved
-
YARN-8568 Replace the deprecated zk-address property in the HA config example in ResourceManagerHA.md
- Resolved