Skip to content

Commit 7315ded

Browse files
hotcodemachaAshutosh Gupta
authored andcommitted
MAPREDUCE-7246. In MapredAppMasterRest#Mapreduce_Application_Master_Info_API, updating the datatype of appId to "string". (apache#4223)
Co-authored-by: Ashutosh Gupta <[email protected]> Signed-off-by: Akira Ajisaka <[email protected]>
1 parent 9c416dd commit 7315ded

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapredAppMasterRest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When you make a request for the mapreduce application master information, the in
4848

4949
| Item | Data Type | Description |
5050
|:---- |:---- |:---- |
51-
| appId | long | The application id |
51+
| appId | string | The application id |
5252
| startedOn | long | The time the application started (in ms since epoch) |
5353
| name | string | The name of the application |
5454
| user | string | The user name of the user who started the application |

0 commit comments

Comments
 (0)