You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ra...@apache.org on 2013/11/30 21:11:42 UTC

svn commit: r1546769 - /hbase/branches/0.96/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon

Author: rajeshbabu
Date: Sat Nov 30 20:11:42 2013
New Revision: 1546769

URL: http://svn.apache.org/r1546769
Log:
HBASE-8203 master ui should display region servers with host, port plus startcode

Modified:
    hbase/branches/0.96/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon

Modified: hbase/branches/0.96/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon?rev=1546769&r1=1546768&r2=1546769&view=diff
==============================================================================
--- hbase/branches/0.96/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon (original)
+++ hbase/branches/0.96/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon Sat Nov 30 20:11:42 2013
@@ -287,9 +287,9 @@ if  (sl.getTotalCompactingKVs() > 0) {
         </%java>
 
         <%if (infoPort > 0) %>
-            <a href="<% url %>"><% serverName.getHostname() %></a>
+            <a href="<% url %>"><% serverName.getServerName() %></a>
         <%else>
-            <% serverName.getHostname() %>
+            <% serverName.getServerName() %>
         </%if>
 </%def>