Skip to content

Commit 951d101

Browse files
committed
YARN-11509. Fix CheckStyle.
1 parent 254111c commit 951d101

File tree

1 file changed

+42
-0
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources

1 file changed

+42
-0
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5354,6 +5354,16 @@
53545354
<value></value>
53555355
</property>
53565356

5357+
<property>
5358+
<description>
5359+
Whether we wait for uam registration to complete.
5360+
The default value is false. If we set it to true,
5361+
the UAM needs to be registered before attempting to allocate a container.
5362+
</description>
5363+
<name>yarn.nodemanager.amrmproxy.wait.uam-register.done</name>
5364+
<value>false</value>
5365+
</property>
5366+
53575367
<property>
53585368
<description>
53595369
YARN Federation supports Non-HA mode.
@@ -5366,6 +5376,38 @@
53665376
<value>false</value>
53675377
</property>
53685378

5379+
<property>
5380+
<name>yarn.federation.gpg.keytab.file</name>
5381+
<value></value>
5382+
<description>
5383+
The keytab file used by gpg to login as its
5384+
service principal. The principal name is configured with
5385+
dfs.federation.router.kerberos.principal.
5386+
</description>
5387+
</property>
5388+
5389+
<property>
5390+
<name>yarn.federation.gpg.kerberos.principal</name>
5391+
<value></value>
5392+
<description>
5393+
The GPG service principal. This is typically set to
5394+
gpg/_HOST@REALM.TLD. Each GPG will substitute _HOST with its
5395+
own fully qualified hostname at startup. The _HOST placeholder
5396+
allows using the same configuration setting on both GPG setup.
5397+
</description>
5398+
</property>
5399+
5400+
<property>
5401+
<name>yarn.federation.gpg.kerberos.principal.hostname</name>
5402+
<value></value>
5403+
<description>
5404+
Optional.
5405+
The hostname for the Router containing this
5406+
configuration file. Will be different for each machine.
5407+
Defaults to current hostname.
5408+
</description>
5409+
</property>
5410+
53695411
<property>
53705412
<description>
53715413
The number of retry for Register UAM.

0 commit comments

Comments
 (0)