Repository: hadoop Updated Branches: refs/heads/branch-2.8 deef54b26 -> 7286c435c
HDFS-10235. Last contact for Live Nodes should be relative time. Contributed by Brahma Reddy Battula. (cherry picked from commit 0cd320a8463efe19a6228f9fe14693aa37ac8a10) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7286c435 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7286c435 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7286c435 Branch: refs/heads/branch-2.8 Commit: 7286c435c46fdc049a1a025bee931c3dbb2f8303 Parents: deef54b Author: Ravi Prakash <ravip...@altiscale.com> Authored: Tue Apr 5 13:41:19 2016 -0700 Committer: Ravi Prakash <ravip...@altiscale.com> Committed: Tue Apr 5 13:43:08 2016 -0700 ---------------------------------------------------------------------- .../hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/7286c435/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 3d9ca42..a9c3304 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 @@ -310,7 +310,7 @@ {#LiveNodes} <tr> <td ng-value="{state}-{name}" class="dfshealth-node-icon dfshealth-node-{state}">{name} ({xferaddr})</td> - <td ng-value="{lastContact}">{#helper_relative_time value="{lastContact}"/}</td> + <td ng-value="{lastContact}">{lastContact}s</td> <td ng-value="{usedPercentage}"> <div> <div style="display:inline-block; float: left; padding-right: 10px;">{capacity|fmt_bytes}</div>