From 07f304467d317d0de2cdf6ddda625ca103153146 Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Wed, 16 Sep 2015 11:50:17 -0700 Subject: [PATCH] HDFS-7995. Implement chmod in the HDFS Web UI. Contributed by Ravi Prakash and Haohui Mai. --- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 + .../src/main/webapps/hdfs/explorer.html | 51 +++++++++++++++-- .../src/main/webapps/hdfs/explorer.js | 56 ++++++++++++++++++- .../src/main/webapps/static/hadoop.css | 19 +++++++ 4 files changed, 123 insertions(+), 6 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 78c83d140a..a328805782 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -926,6 +926,9 @@ Release 2.8.0 - UNRELEASED HDFS-7986. Allow files / directories to be deleted from the NameNode UI. (Ravi Prakash via wheat9) + HDFS-7995. Implement chmod in the HDFS Web UI. + (Ravi Prakash and Haohui Mai via wheat9) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html index 2fd7db6554..1283ea6f3d 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/explorer.html @@ -87,7 +87,6 @@

Browse Directory

-