File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 5354
5354
<value ></value >
5355
5355
</property >
5356
5356
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
+
5357
5367
<property >
5358
5368
<description >
5359
5369
YARN Federation supports Non-HA mode.
5366
5376
<value >false</value >
5367
5377
</property >
5368
5378
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
+
5369
5411
<property >
5370
5412
<description >
5371
5413
The number of retry for Register UAM.
You can’t perform that action at this time.
0 commit comments