diff --git hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml
index 703c03d..7e7e7ee 100644
--- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml
+++ hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml
@@ -29,16 +29,19 @@
Factory to create client IPC classes.
yarn.ipc.client.factory.class
+ org.apache.hadoop.yarn.factories.impl.pb.RpcClientFactoryPBImpl
Factory to create server IPC classes.
yarn.ipc.server.factory.class
+ org.apache.hadoop.yarn.factories.impl.pb.RpcServerFactoryPBImpl
Factory to create serializeable records.
yarn.ipc.record.factory.class
+ org.apache.hadoop.yarn.factories.impl.pb.RecordFactoryPBImpl
@@ -1804,7 +1807,7 @@
The address for the web proxy as HOST:PORT, if this is not
given then the proxy will run as part of the RM
yarn.web-proxy.address
-
+ 0.0.0.0:9099