From 0c5fa2e7d9de87acdeb66945f7103e2f282498c8 Mon Sep 17 00:00:00 2001 From: Eric Yang Date: Wed, 8 May 2019 16:56:26 -0400 Subject: [PATCH] YARN-9535. Fixed spell check for container-executor in Docker documentation. Contributed by Charan Hebri --- .../hadoop-yarn-site/src/site/markdown/DockerContainers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/DockerContainers.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/DockerContainers.md index 64988c1dbd3..b5c54beb1d1 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/DockerContainers.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/DockerContainers.md @@ -253,7 +253,7 @@ The following properties should be set in yarn-site.xml: ``` -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 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 configuration is working for applications requesting regular YARN containers. 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. In order to run an application in a Docker container, set the following