diff --git a/hadoop-common-project/hadoop-common/src/site/apt/ClusterSetup.apt.vm b/hadoop-common-project/hadoop-common/src/site/apt/ClusterSetup.apt.vm index b4fef5d7a6d..f5f1deb0b89 100644 --- a/hadoop-common-project/hadoop-common/src/site/apt/ClusterSetup.apt.vm +++ b/hadoop-common-project/hadoop-common/src/site/apt/ClusterSetup.apt.vm @@ -226,24 +226,34 @@ Hadoop MapReduce Next Generation - Cluster Setup *-------------------------+-------------------------+------------------------+ | <<>> | | | | | <<>> host:port for clients to submit jobs. | | -| | | | +| | | \ | +| | | If set, overrides the hostname set in <<>>. | *-------------------------+-------------------------+------------------------+ | <<>> | | | | | <<>> host:port for ApplicationMasters to talk to | | | | Scheduler to obtain resources. | | -| | | | +| | | \ | +| | | If set, overrides the hostname set in <<>>. | *-------------------------+-------------------------+------------------------+ | <<>> | | | | | <<>> host:port for NodeManagers. | | -| | | | +| | | \ | +| | | If set, overrides the hostname set in <<>>. | *-------------------------+-------------------------+------------------------+ | <<>> | | | | | <<>> host:port for administrative commands. | | -| | | | +| | | \ | +| | | If set, overrides the hostname set in <<>>. | *-------------------------+-------------------------+------------------------+ | <<>> | | | | | <<>> web-ui host:port. | | -| | | | +| | | \ | +| | | If set, overrides the hostname set in <<>>. | +*-------------------------+-------------------------+------------------------+ +| <<>> | | | +| | <<>> host. | | +| | | \ | +| | | Single hostname that can be set in place of setting all <<>> resources. Results in default ports for ResourceManager components. | *-------------------------+-------------------------+------------------------+ | <<>> | | | | | <<>> Scheduler class. | | diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 30245943819..0dbd759f8d0 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -64,6 +64,9 @@ Release 2.5.0 - UNRELEASED YARN-483. Improve documentation on log aggregation in yarn-default.xml (Akira Ajisaka via Sandy Ryza) + YARN-2036. Document yarn.resourcemanager.hostname in ClusterSetup (Ray + Chiang via Sandy Ryza) + OPTIMIZATIONS BUG FIXES