Repository: hadoop
Updated Branches:
  refs/heads/branch-2 e98bb0279 -> 2ca6251a6


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/2ca6251a
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2ca6251a
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2ca6251a

Branch: refs/heads/branch-2
Commit: 2ca6251a6ae1acfed1c639e32c6a7e849b4d47a9
Parents: e98bb02
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:42 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/2ca6251a/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