MAPREDUCE-7247. Modify HistoryServerRest.html content,change The job attempt id‘s datatype from string to int (#1684)
This commit is contained in:
parent
14c2c3d69d
commit
b8518e6dab
|
@ -432,7 +432,7 @@ jobAttempts:
|
|||
|
||||
| Item | Data Type | Description |
|
||||
|:---- |:---- |:---- |
|
||||
| id | string | The job attempt id |
|
||||
| id | int | The job attempt id |
|
||||
| nodeId | string | The node id of the node the attempt ran on |
|
||||
| nodeHttpAddress | string | The node http address of the node the attempt ran on |
|
||||
| logsLink | string | The http link to the job attempt logs |
|
||||
|
|
Loading…
Reference in New Issue