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:58:30 UTC

[hadoop] branch branch-3.2 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 branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

commit 45b23fd74aa05c124086573aa1c3fa40e3ca32c3
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)
    
    (cherry picked from commit b8518e6dabc1cf73fa7c43b3f8904d2e2beb2bf3)
---
 .../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