From fb13c1e4a8a945328781fa533b5bf22786b830f1 Mon Sep 17 00:00:00 2001 From: Ashutosh Gupta Date: Mon, 25 Apr 2022 06:29:35 +0100 Subject: [PATCH] MAPREDUCE-7246. In MapredAppMasterRest#Mapreduce_Application_Master_Info_API, updating the datatype of appId to "string". (#4223) Co-authored-by: Ashutosh Gupta Signed-off-by: Akira Ajisaka --- .../src/site/markdown/MapredAppMasterRest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapredAppMasterRest.md b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapredAppMasterRest.md index 7d942caba7..a0bdf3f714 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapredAppMasterRest.md +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapredAppMasterRest.md @@ -48,7 +48,7 @@ When you make a request for the mapreduce application master information, the in | Item | Data Type | Description | |:---- |:---- |:---- | -| appId | long | The application id | +| appId | string | The application id | | startedOn | long | The time the application started (in ms since epoch) | | name | string | The name of the application | | user | string | The user name of the user who started the application |