You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2008/09/16 14:10:44 UTC

[jira] Created: (HBASE-886) Sort the tables in the web UI

Sort the tables in the web UI
-----------------------------

                 Key: HBASE-886
                 URL: https://issues.apache.org/jira/browse/HBASE-886
             Project: Hadoop HBase
          Issue Type: Improvement
          Components: client
            Reporter: Jean-Daniel Cryans
            Priority: Minor
             Fix For: 0.19.0


>From the list:

{quote}
hi all,

I just thought that it would be great if you could add

Arrays.sort(tables);

in master.jsp somwhere near

"<% HTableDescriptor[] tables = new HBaseAdmin(conf).listTables();
 if(tables != null && tables.length > 0) { %>"

it is really annoying if one have to find a table in an unsorted list ;)

krzysiek
{quote}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-886) Sort the tables in the web UI

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-886.
-------------------------

    Resolution: Fixed

Committed.  Thanks for the patch Krzysiek (via J-D) 

> Sort the tables in the web UI
> -----------------------------
>
>                 Key: HBASE-886
>                 URL: https://issues.apache.org/jira/browse/HBASE-886
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: client
>            Reporter: Jean-Daniel Cryans
>            Priority: Minor
>             Fix For: 0.19.0
>
>
> From the list:
> {quote}
> hi all,
> I just thought that it would be great if you could add
> Arrays.sort(tables);
> in master.jsp somwhere near
> "<% HTableDescriptor[] tables = new HBaseAdmin(conf).listTables();
>  if(tables != null && tables.length > 0) { %>"
> it is really annoying if one have to find a table in an unsorted list ;)
> krzysiek
> {quote}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.