Skip to content

Commit b8518e6

Browse files
kevinzhao1661aajisaka
authored andcommitted
MAPREDUCE-7247. Modify HistoryServerRest.html content,change The job attempt id‘s datatype from string to int (#1684)
1 parent 14c2c3d commit b8518e6

File tree

1 file changed

+1
-1
lines changed
  • hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/markdown

1 file changed

+1
-1
lines changed

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/markdown/HistoryServerRest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ jobAttempts:
432432

433433
| Item | Data Type | Description |
434434
|:---- |:---- |:---- |
435-
| id | string | The job attempt id |
435+
| id | int | The job attempt id |
436436
| nodeId | string | The node id of the node the attempt ran on |
437437
| nodeHttpAddress | string | The node http address of the node the attempt ran on |
438438
| logsLink | string | The http link to the job attempt logs |

0 commit comments

Comments
 (0)