Skip to content

Commit

Permalink
MAPREDUCE-7246. In MapredAppMasterRest#Mapreduce_Application_Master_I…
Browse files Browse the repository at this point in the history
…nfo_API, updating the datatype of appId to "string". (#4223)

Co-authored-by: Ashutosh Gupta <[email protected]>
Signed-off-by: Akira Ajisaka <[email protected]>
  • Loading branch information
ashutoshcipher and Ashutosh Gupta authored Apr 25, 2022
1 parent 89279f0 commit fb13c1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit fb13c1e

Please sign in to comment.