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 A597E18386 for ; Thu, 30 Jul 2015 00:14:25 +0000 (UTC) Received: (qmail 9953 invoked by uid 500); 30 Jul 2015 00:14:25 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 9892 invoked by uid 500); 30 Jul 2015 00:14:25 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 9883 invoked by uid 99); 30 Jul 2015 00:14:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2015 00:14:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4DFEDDFB3B; Thu, 30 Jul 2015 00:14:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wheat9@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HDFS-8816. Improve visualization for the Datanode tab in the NN UI. Contributed by Haohui Mai. Date: Thu, 30 Jul 2015 00:14:25 +0000 (UTC) Repository: hadoop Updated Branches: refs/heads/trunk c020b62cf -> ddc867ceb HDFS-8816. Improve visualization for the Datanode tab in the NN UI. Contributed by Haohui Mai. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ddc867ce Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ddc867ce Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ddc867ce Branch: refs/heads/trunk Commit: ddc867ceb9a76986e8379361753598cc48024376 Parents: c020b62 Author: Haohui Mai Authored: Thu Jul 23 10:25:32 2015 -0700 Committer: Haohui Mai Committed: Wed Jul 29 17:14:05 2015 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 2 + hadoop-hdfs-project/hadoop-hdfs/pom.xml | 1 + .../src/main/webapps/hdfs/dfshealth.html | 44 +++++++++-------- .../src/main/webapps/hdfs/dfshealth.js | 46 ++++++++++++++++-- .../src/main/webapps/static/hadoop.css | 51 ++++++++++++++++++++ .../src/main/webapps/static/moment.min.js | 7 +++ 6 files changed, 126 insertions(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/ddc867ce/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index cf03d3c..e7af2cb 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -760,6 +760,8 @@ Release 2.8.0 - UNRELEASED HDFS-8822. Add SSD storagepolicy tests in TestBlockStoragePolicy# testDefaultPolicies (vinayakumarb) + HDFS-8816. Improve visualization for the Datanode tab in the NN UI. (wheat9) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than http://git-wip-us.apache.org/repos/asf/hadoop/blob/ddc867ce/hadoop-hdfs-project/hadoop-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml index db38851..145a8cd 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml @@ -386,6 +386,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> src/contrib/** src/site/resources/images/* src/main/webapps/static/bootstrap-3.0.2/** + src/main/webapps/static/moment.min.js src/main/webapps/static/dust-full-2.0.0.min.js src/main/webapps/static/dust-helpers-1.1.1.min.js src/main/webapps/static/jquery-1.10.2.min.js http://git-wip-us.apache.org/repos/asf/hadoop/blob/ddc867ce/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html index 8cdff84..6b48be7 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html @@ -280,6 +280,14 @@