Repository: hadoop
Updated Branches:
  refs/heads/HDFS-1312 480e5ee77 -> 3a490d6fc


HDFS-10235. Last contact for Live Nodes should be relative time. Contributed by 
Brahma Reddy Battula.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0cd320a8
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0cd320a8
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0cd320a8

Branch: refs/heads/HDFS-1312
Commit: 0cd320a8463efe19a6228f9fe14693aa37ac8a10
Parents: 500e5a5
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:41:19 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/0cd320a8/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>

Reply via email to