소스 검색

YARN-2541. Fixed ResourceManagerRest.apt.vm table syntax error. Contributed by Jian He

Jian He 10 년 전
부모
커밋
5633da2a01
2개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 0
      hadoop-yarn-project/CHANGES.txt
  2. 3 3
      hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/ResourceManagerRest.apt.vm

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

@@ -329,6 +329,8 @@ Release 2.6.0 - UNRELEASED
     YARN-2534. FairScheduler: Potential integer overflow calculating totalMaxShare. 
     (Zhihai Xu via kasha)
 
+    YARN-2541. Fixed ResourceManagerRest.apt.vm table syntax error. (jianhe)
+
 Release 2.5.1 - 2014-09-05
 
   INCOMPATIBLE CHANGES

+ 3 - 3
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/ResourceManagerRest.apt.vm

@@ -1494,11 +1494,11 @@ _01_000001</amContainerLogs>
 | amHostHttpAddress | string | The nodes http address of the application master |
 *---------------+--------------+--------------------------------+
 | allocatedMB | int | The sum of memory in MB allocated to the application's running containers |
-*---------------------------------------------------------------+
+*---------------+--------------+--------------------------------+
 | allocatedVCores | int | The sum of virtual cores allocated to the application's running containers |
-+---------------------------------------------------------------+
+*---------------+--------------+--------------------------------+
 | runningContainers | int | The number of containers currently running for the application |
-+---------------------------------------------------------------+
+*---------------+--------------+--------------------------------+
 | memorySeconds | long | The amount of memory the application has allocated (megabyte-seconds) |
 *---------------+--------------+--------------------------------+
 | vcoreSeconds | long | The amount of CPU resources the application has allocated (virtual core-seconds) |