You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "edward yoon (JIRA)" <ji...@apache.org> on 2007/07/15 09:42:04 UTC

[jira] Commented: (HADOOP-1611) [hbase] Add enableTable, disableTable, addColumn, etc, to shell

    [ https://issues.apache.org/jira/browse/HADOOP-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512779 ] 

edward yoon commented on HADOOP-1611:
-------------------------------------

Thanks, Michael.
I will apply to shell.

> [hbase] Add enableTable, disableTable, addColumn, etc, to shell
> ---------------------------------------------------------------
>
>                 Key: HADOOP-1611
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1611
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: contrib/hbase
>            Reporter: stack
>            Priority: Minor
>
> Here are some nice-to-have admin functions that would sit nicely in hbase shell:
> +  public void addColumn(Text tableName, HColumnDescriptor column) throws IOException;
> +  public void deleteColumn(Text tableName, Text columnName) throws IOException;
> +  
> +  public void enableTable(Text tableName) throws IOException;
> +  public void disableTable(Text tableName) throws IOException;
> (To add/delete columns you must first disable the table and then reenable it).
> Other possibles:
> +  public void mergeRegions(Text regionName1, Text regionName2) throws IOException;
> + Allow specification of basic row filtering (Doesn't have to be exotic): regex match, upper limit on rows returned.
> + Allow changing versions on column families, enabling/disabling compression, bloom filters

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