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 85915c2295..b6c08d76f8 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
@@ -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
@@ -2091,7 +2094,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
@@ -2184,7 +2187,7 @@
0.0.0.0.
yarn.timeline-service.bind-host
-
+ 0.0.0.0