From common-commits-return-93213-apmail-hadoop-common-commits-archive=hadoop.apache.org@hadoop.apache.org Tue Feb 19 19:51:36 2019 Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CCF4718329 for ; Tue, 19 Feb 2019 19:51:36 +0000 (UTC) Received: (qmail 37863 invoked by uid 500); 19 Feb 2019 19:51:36 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 37799 invoked by uid 500); 19 Feb 2019 19:51:36 -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 37790 invoked by uid 99); 19 Feb 2019 19:51:36 -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; Tue, 19 Feb 2019 19:51:36 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 0811285180; Tue, 19 Feb 2019 19:51:36 +0000 (UTC) Date: Tue, 19 Feb 2019 19:51:35 +0000 To: "common-commits@hadoop.apache.org" Subject: [hadoop] branch branch-3.1 updated: YARN-9286. [Timeline Server] Sorting based on FinalStatus shows pop-up message. Contributed by Bilwa S T. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155060589564.635.16889306792660254320@gitbox.apache.org> From: bibinchundatt@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: hadoop X-Git-Refname: refs/heads/branch-3.1 X-Git-Reftype: branch X-Git-Oldrev: 616e138adb9028bc34dbf758ac1de68f4e30ceaa X-Git-Newrev: 77c7e8492ee987849878910f9f4115bcd13b0024 X-Git-Rev: 77c7e8492ee987849878910f9f4115bcd13b0024 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. bibinchundatt pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 77c7e84 YARN-9286. [Timeline Server] Sorting based on FinalStatus shows pop-up message. Contributed by Bilwa S T. 77c7e84 is described below commit 77c7e8492ee987849878910f9f4115bcd13b0024 Author: bibinchundatt AuthorDate: Wed Feb 20 01:19:20 2019 +0530 YARN-9286. [Timeline Server] Sorting based on FinalStatus shows pop-up message. Contributed by Bilwa S T. (cherry picked from commit b8de78c570babe4f802d951957c495ea0a4b07da) --- .../main/java/org/apache/hadoop/yarn/server/webapp/WebPageUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/webapp/WebPageUtils.java b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/webapp/WebPageUtils.java index 1cd7d87..8ab5de1 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/webapp/WebPageUtils.java +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/webapp/WebPageUtils.java @@ -60,7 +60,7 @@ public class WebPageUtils { } else if (isResourceManager) { sb.append("[17]"); } else { - sb.append("[9]"); + sb.append("[10]"); } sb.append(", 'mRender': parseHadoopProgress }]"); return sb.toString(); --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org