YARN-4707. Remove the extra char (>) from SecureContainer.md. Contributed by Brahma Reddy Battula.

(cherry picked from commit 5e7d4d51f8)
This commit is contained in:
Akira Ajisaka 2016-02-22 17:17:40 +09:00
parent 2e3c35a835
commit 34635f9e37
2 changed files with 4 additions and 1 deletions

View File

@ -1465,6 +1465,9 @@ Release 2.7.3 - UNRELEASED
YARN-3602. TestResourceLocalizationService.testPublicResourceInitializesLocalDir
fails Intermittently due to IOException from cleanup. (zhihai xu via xgong)
YARN-4707. Remove the extra char (>) from SecureContainer.md.
(Brahma Reddy Battula via aajisaka)
Release 2.7.2 - 2016-01-25
INCOMPATIBLE CHANGES

View File

@ -30,7 +30,7 @@ Secure Containers work only in the context of secured YARN clusters.
###Linux Secure Container Executor
On Linux environment the secure container executor is the `LinuxContainerExecutor`. It uses an external program called the **container-executor**\> to launch the container. This program has the `setuid` access right flag set which allows it to launch the container with the permissions of the YARN application user.
On Linux environment the secure container executor is the `LinuxContainerExecutor`. It uses an external program called the **container-executor** to launch the container. This program has the `setuid` access right flag set which allows it to launch the container with the permissions of the YARN application user.
###Configuration