[
https://issues.apache.org/jira/browse/HDFS-9065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14744950#comment-14744950
]
Hudson commented on HDFS-9065:
------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #393 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/393/])
HDFS-9065. Include commas on # of files, blocks, total filesystem objects in NN
Web UI. Contributed by Daniel Templeton. (wheat9: rev
d777757d21c15942275bff6bb98876637950d73f)
* hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html
* hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/static/dfs-dust.js
* hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.js
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
> Include commas on # of files, blocks, total filesystem objects in NN Web UI
> ---------------------------------------------------------------------------
>
> Key: HDFS-9065
> URL: https://issues.apache.org/jira/browse/HDFS-9065
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: HDFS
> Affects Versions: 2.7.1
> Reporter: Daniel Templeton
> Assignee: Daniel Templeton
> Priority: Minor
> Fix For: 2.8.0
>
> Attachments: HDFS-9065.001.patch, HDFS-9065.002.patch,
> HDFS-9065.003.patch, HDFS-9065.003.patch
>
>
> Include commas on the number of files, blocks, and total filesystem objects
> in the NN Web UI (please see example below) to make the numbers easier to
> read.
> Current format:
> 3236 files and directories, 1409 blocks = 4645 total filesystem object(s).
> Proposed format:
> 3,236 files and directories, 1,409 blocks = 4,645 total filesystem object(s).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)