YARN-9282. Typo in javadoc of class LinuxContainerExecutor: hadoop.security.authetication should be 'authentication'. Contributed by Charan Hebri.
(cherry picked from commit e0ab1bdece
)
This commit is contained in:
parent
2a7dcc509b
commit
83a9369f7d
|
@ -76,7 +76,7 @@ import static org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.r
|
||||||
* mapping the application owner to a UID on the execution host, resource
|
* mapping the application owner to a UID on the execution host, resource
|
||||||
* management through Linux CGROUPS, and Docker support.</p>
|
* management through Linux CGROUPS, and Docker support.</p>
|
||||||
*
|
*
|
||||||
* <p>If {@code hadoop.security.authetication} is set to {@code simple},
|
* <p>If {@code hadoop.security.authentication} is set to {@code simple},
|
||||||
* then the
|
* then the
|
||||||
* {@code yarn.nodemanager.linux-container-executor.nonsecure-mode.limit-users}
|
* {@code yarn.nodemanager.linux-container-executor.nonsecure-mode.limit-users}
|
||||||
* property will determine whether the {@code LinuxContainerExecutor} runs
|
* property will determine whether the {@code LinuxContainerExecutor} runs
|
||||||
|
|
Loading…
Reference in New Issue