From ad34d7032edb4d0b67959b2e4925910650e18cc9 Mon Sep 17 00:00:00 2001 From: kevinzhao1661 <57128030+kevinzhao1661@users.noreply.github.com> Date: Thu, 16 Jan 2020 11:53:56 +0800 Subject: [PATCH] =?UTF-8?q?MAPREDUCE-7247.=20Modify=20HistoryServerRest.ht?= =?UTF-8?q?ml=20content,change=20The=20job=20attempt=20id=E2=80=98s=20data?= =?UTF-8?q?type=20from=20string=20to=20int=20(#1684)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit b8518e6dabc1cf73fa7c43b3f8904d2e2beb2bf3) --- .../src/site/markdown/HistoryServerRest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/markdown/HistoryServerRest.md b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/markdown/HistoryServerRest.md index 7f841b7cd84..e8a8452780c 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/markdown/HistoryServerRest.md +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/site/markdown/HistoryServerRest.md @@ -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 |