YARN-4707. Remove the extra char (>) from SecureContainer.md. Contributed by Brahma Reddy Battula.
This commit is contained in:
parent
342c9572bf
commit
5e7d4d51f8
|
@ -1521,6 +1521,9 @@ Release 2.7.3 - UNRELEASED
|
||||||
YARN-3602. TestResourceLocalizationService.testPublicResourceInitializesLocalDir
|
YARN-3602. TestResourceLocalizationService.testPublicResourceInitializesLocalDir
|
||||||
fails Intermittently due to IOException from cleanup. (zhihai xu via xgong)
|
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
|
Release 2.7.2 - 2016-01-25
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -30,7 +30,7 @@ Secure Containers work only in the context of secured YARN clusters.
|
||||||
|
|
||||||
###Linux Secure Container Executor
|
###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
|
###Configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue