You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2020/01/16 03:54:06 UTC

[hadoop] branch trunk updated: MAPREDUCE-7247. Modify HistoryServerRest.html content,change The job attempt id‘s datatype from string to int (#1684)

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b8518e6  MAPREDUCE-7247. Modify HistoryServerRest.html content,change The job attempt id‘s datatype from string to int (#1684)
b8518e6 is described below

commit b8518e6dabc1cf73fa7c43b3f8904d2e2beb2bf3
Author: kevinzhao1661 <57...@users.noreply.github.com>
AuthorDate: Thu Jan 16 11:53:56 2020 +0800

    MAPREDUCE-7247. Modify HistoryServerRest.html content,change The job attempt id‘s datatype from string to int (#1684)
---
 .../hadoop-mapreduce-client-hs/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 7f841b7..e8a8452 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 |


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org