You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Vukasin Toroman (JIRA)" <ji...@apache.org> on 2010/03/15 18:11:27 UTC

[jira] Created: (HBASE-2326) Extend the shell to include support for "indexed"

Extend the shell to include support for "indexed" 
--------------------------------------------------

                 Key: HBASE-2326
                 URL: https://issues.apache.org/jira/browse/HBASE-2326
             Project: Hadoop HBase
          Issue Type: New Feature
    Affects Versions: 0.20.3
            Reporter: Vukasin Toroman
            Priority: Minor


The IRB shell is a nice way to manage your tables and it would be nice to able to use it along with the "indexed" contrib. I propose a loadable .rb file to add the following commands:

create_index <TABLE> <FAMILY> <QUALIFIER>
remove_index <TABLE> <FAMILY> <QUALIFIER>
list_index <TABLE> <FAMILY>



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