From 0d29f0266cd885a3a67c657587d352476b37a19a Mon Sep 17 00:00:00 2001 From: chenjuanni Date: Tue, 15 Oct 2019 15:48:15 +0800 Subject: [PATCH] YARN-9902. In NodeManagerRest, the datatype of nodeInfo's property id should be string. Contributed by Jenny. --- .../hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeManagerRest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeManagerRest.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeManagerRest.md index 1d03223d1e0..f373785152f 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeManagerRest.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeManagerRest.md @@ -53,7 +53,7 @@ Both of the following URI's give you the cluster information. | Properties | Data Type | Description | |:---- |:---- |:---- | -| id | long | The NodeManager id | +| id | string | The NodeManager id | | nodeHostName | string | The host name of the NodeManager | | totalPmemAllocatedContainersMB | long | The amount of physical memory allocated for use by containers in MB | | totalVmemAllocatedContainersMB | long | The amount of virtual memory allocated for use by containers in MB | -- 2.11.0.windows.1