MAPREDUCE-7247. Modify HistoryServerRest.html content,change The job attempt id‘s datatype from string to int (#1684)

(cherry picked from commit b8518e6dab)
This commit is contained in:
kevinzhao1661 2020-01-16 11:53:56 +08:00 committed by Akira Ajisaka
parent 1f464e2396
commit 45b23fd74a
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

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