Explorar o código

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

Akira Ajisaka %!s(int64=9) %!d(string=hai) anos
pai
achega
5e7d4d51f8

+ 3 - 0
hadoop-yarn-project/CHANGES.txt

@@ -1521,6 +1521,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

+ 1 - 1
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/SecureContainer.md

@@ -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