MAPREDUCE-7246. In MapredAppMasterRest#Mapreduce_Application_Master_Info_API, updating the datatype of appId to "string". (#4223)

Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
Ashutosh Gupta 2022-04-25 06:29:35 +01:00 committed by GitHub
parent 89279f0b90
commit fb13c1e4a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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