Repository: hadoop Updated Branches: refs/heads/branch-2 53ff3c9e0 -> 4a023b441
YARN-5833. Addendum patch to include missing changes to yarn-default.xml (cherry picked from commit 280357c29f867e3ef6386ea5bd0f7b7ca6fe04eb) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4a023b44 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4a023b44 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4a023b44 Branch: refs/heads/branch-2 Commit: 4a023b44145a7fd51cc109e6751e824d1e521a0f Parents: 53ff3c9 Author: Arun Suresh <[email protected]> Authored: Wed Nov 9 07:15:11 2016 -0800 Committer: Arun Suresh <[email protected]> Committed: Wed Nov 9 07:16:39 2016 -0800 ---------------------------------------------------------------------- .../hadoop-yarn-common/src/main/resources/yarn-default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/4a023b44/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml index 59597f6..46c03e2 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml @@ -2666,7 +2666,7 @@ The address of the AMRMProxyService listener. </description> <name>yarn.nodemanager.amrmproxy.address</name> - <value>0.0.0.0:8048</value> + <value>0.0.0.0:8049</value> </property> <property> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
