YARN-8568. Replace the deprecated zk-address property in the HA config example in ResourceManagerHA.md (bsteinbach via rkanter)

This commit is contained in:
Robert Kanter 2018-08-08 15:08:55 -07:00
parent 3214cd75ac
commit 8478732bb2
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ Here is the sample of minimal setup for RM failover.
<value>master2:8088</value>
</property>
<property>
<name>yarn.resourcemanager.zk-address</name>
<name>hadoop.zk.address</name>
<value>zk1:2181,zk2:2181,zk3:2181</value>
</property>
```