From common-commits-return-97897-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Thu Jan 16 03:58:32 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0C11718065E for ; Thu, 16 Jan 2020 04:58:31 +0100 (CET) Received: (qmail 53184 invoked by uid 500); 16 Jan 2020 03:58:31 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 53172 invoked by uid 99); 16 Jan 2020 03:58:31 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jan 2020 03:58:31 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 915A781975; Thu, 16 Jan 2020 03:58:30 +0000 (UTC) Date: Thu, 16 Jan 2020 03:58:30 +0000 To: "common-commits@hadoop.apache.org" Subject: =?utf-8?q?=5Bhadoop=5D_branch_branch-3=2E2_updated=3A_MAPREDUCE-?= =?utf-8?q?7247=2E_Modify_HistoryServerRest=2Ehtml_content=2Cchange_The_jo?= =?utf-8?q?b_attempt_id=E2=80=98s_datatype_from_string_to_int_=28=231684?= =?utf-8?q?=29?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157914710983.15000.15181000622019704782@gitbox.apache.org> From: aajisaka@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: hadoop X-Git-Refname: refs/heads/branch-3.2 X-Git-Reftype: branch X-Git-Oldrev: 1f464e23963d619b338824cf49dfa77c0a8ac7df X-Git-Newrev: 45b23fd74aa05c124086573aa1c3fa40e3ca32c3 X-Git-Rev: 45b23fd74aa05c124086573aa1c3fa40e3ca32c3 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 <57128030+kevinzhao1661@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