[ https://issues.apache.org/jira/browse/HBASE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758352#action_12758352 ]
stack commented on HBASE-1855: ------------------------------ Hey Andrei: Ain't the end key always the empty string? Or are you seeing something different? Here is what I see if the table has two regions in it: {code} Table Regions Name Region Server Encoded Name Start Key End Key wikimedia_images,,1251293759098 aa0-010-2.u.powerset.com:20030 980558007 9202a8c04000641f800000000985941b wikimedia_images,9202a8c04000641f800000000985941b,1251293759098 aa0-007-13.u.powerset.com:20030 674962982 9202a8c04000641f800000000985941b {code} .. its hard to read but its showing empty key between 980558007 and 9202a8c04000641f800000000985941b on first line and for the second line, there is an empty key after 9202a8c04000641f800000000985941b. Am I missing something? Thanks. > HMaster web application doesn't show the region end key in the table detail > page > -------------------------------------------------------------------------------- > > Key: HBASE-1855 > URL: https://issues.apache.org/jira/browse/HBASE-1855 > Project: Hadoop HBase > Issue Type: Bug > Components: master > Reporter: Andrei Dragomir > Priority: Minor > Attachments: 0001-added-getEndKey-to-MetaRegion-and-in-table.jsp.patch > > > HMaster web application doesn't show the region end key in the table detail > page. > For example, the .META. table: > http://[hbase-master]:60010/table.jsp?name=.META.. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.