diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
index dbb4caa1239..e8e9e5256af 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
+++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
@@ -135,6 +135,8 @@ Release 2.3.0 - UNRELEASED
HDFS-5532. Enable the webhdfs by default to support new HDFS web UI. (Vinay
via jing9)
+ HDFS-5525. Inline dust templates for new Web UI. (Haohui Mai via jing9)
+
OPTIMIZATIONS
HDFS-5239. Allow FSNamesystem lock fairness to be configurable (daryn)
diff --git a/hadoop-hdfs-project/hadoop-hdfs/pom.xml b/hadoop-hdfs-project/hadoop-hdfs/pom.xml
index 2990e6f81ba..14395f432f4 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/pom.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/pom.xml
@@ -545,9 +545,6 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
There are {NumberOfMissingBlocks} missing blocks. The following files may be corrupted:
-Please check the logs or run fsck in order to identify the missing blocks. See the Hadoop FAQ for common causes and potential solutions.
-Started: | {NNStarted} |
---|---|
Version: | {Version} |
Compiled: | {CompileInfo} |
Cluster ID: | {ClusterId} |
Block Pool ID: | {BlockPoolId} |
- Security is {#nnstat}{#SecurityEnabled}on{:else}off{/SecurityEnabled}{/nnstat}.
-{#nn}{#Safemode}{.}{:else}Safemode is off.{/Safemode}{/nn}
- -- {#fs} - {TotalLoad} files and directories, {BlocksTotal} blocks = {FilesTotal} total filesystem object(s). - {#helper_fs_max_objects/} - {/fs} -
- {#mem.HeapMemoryUsage} -Heap Memory used {used|fmt_bytes} of {committed|fmt_bytes} Heap Memory. Max Heap Memory is {max|fmt_bytes}.
- {/mem.HeapMemoryUsage} - - {#mem.NonHeapMemoryUsage} -Non Heap Memory used {used|fmt_bytes} of {committed|fmt_bytes} Commited Non Heap Memory. Max Non Heap Memory is {max|fmt_bytes}.
- {/mem.NonHeapMemoryUsage} - - {#nn} -Configured Capacity: | {Total|fmt_bytes} |
---|---|
DFS Used: | {Used|fmt_bytes} |
Non DFS Used: | {NonDfsUsedSpace|fmt_bytes} |
DFS Remaining: | {Free|fmt_bytes} |
DFS Used%: | {PercentUsed|fmt_percentage} |
DFS Remaining%: | {PercentRemaining|fmt_percentage} |
Block Pool Used: | {BlockPoolUsedSpace|fmt_bytes} |
Block Pool Used%: | {PercentBlockPoolUsed|fmt_percentage} |
DataNodes usages% (Min/Median/Max/stdDev): | -{#NodeUsage.nodeUsage}{min} / {median} / {max} / {stdDev}{/NodeUsage.nodeUsage} |
Live Nodes | {NumLiveDataNodes} (Decommissioned: {NumDecomLiveDataNodes}) |
Dead Nodes | {NumDeadDataNodes} (Decommissioned: {NumDecomDeadDataNodes}) |
Decommissioning Nodes | {NumDecommissioningDataNodes} |
Number of Under-Replicated Blocks | {UnderReplicatedBlocks} |
Current transaction ID: {nn.JournalTransactionInfo.LastAppliedOrWrittenTxId}
-Journal Manager | State |
---|---|
{manager} | {stream} |
Storage Directory | Type | State |
Snapshottable directories | -Snapshotted directories |
{SnapshottableDirectories} | -{Snapshots} | -
Elapsed Time: {elapsedTime|fmt_time}, Percent Complete: {percentComplete|fmt_percentage}
-Phase | -Completion | -Elapsed Time | -
---|---|---|
{desc} {file} {size|fmt_bytes} | -{percentComplete|fmt_percentage} | -{elapsedTime|fmt_time} | -
{stepDesc} {stepFile} {stepSize|fmt_bytes} ({count}/{total}) | -{percentComplete|fmt_percentage} | -- |
Node | -Last contact | -Admin State | -Capacity | -Used | -Non DFS Used | -Remaining | -Blocks | -Block pool used | -Failed Volumes | -
---|---|---|---|---|---|---|---|---|---|
{name} ({xferaddr}) | -{lastContact} | -{adminState} | -{capacity|fmt_bytes} | -{used|fmt_bytes} | -{nonDfsUsedSpace|fmt_bytes} | -{remaining|fmt_bytes} | -{numBlocks} | -{blockPoolUsed|fmt_bytes} ({blockPoolUsedPercent|fmt_percentage}) | -{volfails} | -
{name} ({xferaddr}) | -{lastContact} | -Dead{?decomissioned}, Decomissioned{/decomissioned} | -- | -- | -- | -- | -- | -- | -- | -
Node | -Last contact | -Under replicated blocks | -Blocks with no live replicas | -Under Replicated Blocks In files under construction |
-
---|---|---|---|---|
{name} ({xferaddr}) | -{lastContact} | -{underReplicatedBlocks} | -{decommissionOnlyReplicas} | -{underReplicateInOpenFiles} | -