YARN-9535. Fixed spell check for container-executor in Docker documentation.

Contributed by Charan Hebri
This commit is contained in:
Eric Yang 2019-05-08 16:56:26 -04:00
parent 3418bbbb59
commit 0c5fa2e7d9
1 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@ The following properties should be set in yarn-site.xml:
</configuration> </configuration>
``` ```
In addition, a container-executer.cfg file must exist and contain settings for In addition, a container-executor.cfg file must exist and contain settings for
the container executor. The file must be owned by root with permissions 0400. the container executor. The file must be owned by root with permissions 0400.
The format of the file is the standard Java properties file format, for example The format of the file is the standard Java properties file format, for example
@ -365,7 +365,7 @@ Application Submission
Before attempting to launch a Docker container, make sure that the LCE Before attempting to launch a Docker container, make sure that the LCE
configuration is working for applications requesting regular YARN containers. configuration is working for applications requesting regular YARN containers.
If after enabling the LCE one or more NodeManagers fail to start, the cause is If after enabling the LCE one or more NodeManagers fail to start, the cause is
most likely that the ownership and/or permissions on the container-executer most likely that the ownership and/or permissions on the container-executor
binary are incorrect. Check the logs to confirm. binary are incorrect. Check the logs to confirm.
In order to run an application in a Docker container, set the following In order to run an application in a Docker container, set the following