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 513325e5b1df1..bb02f626f5e1d 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
@@ -5410,19 +5410,28 @@
- The interval at which the policy generator runs, default is one hour
+ The number of retry for Register UAM.
+ The default value is 3.
- yarn.federation.gpg.policy.generator.interval-ms
- 1h
+ yarn.federation.amrmproxy.register.uam.retry-count
+ 3
- The number of retry for Register UAM.
- The default value is 3.
+ Interval between retry for Register UAM.
+ The default value is 100ms.
- yarn.federation.amrmproxy.register.uam.retry-count
- 3
+ yarn.federation.amrmproxy.register.uam.interval
+ 100ms
+
+
+
+
+ The interval at which the policy generator runs, default is one hour
+
+ yarn.federation.gpg.policy.generator.interval-ms
+ 1h
@@ -5449,13 +5458,4 @@
-
-
- Interval between retry for Register UAM.
- The default value is 100ms.
-
- yarn.federation.amrmproxy.register.uam.interval
- 100ms
-
-