You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Edward Yoon (JIRA)" <ji...@apache.org> on 2008/02/25 03:42:52 UTC

[jira] Commented: (HBASE-470) All option for an commands of enable/disable/drop

    [ https://issues.apache.org/jira/browse/HBASE-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572006#action_12572006 ] 

Edward Yoon commented on HBASE-470:
-----------------------------------

Don't say that you can enabling/disabling/dropping tables by each command.

> All option for an commands of enable/disable/drop
> -------------------------------------------------
>
>                 Key: HBASE-470
>                 URL: https://issues.apache.org/jira/browse/HBASE-470
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: hql
>    Affects Versions: 0.1.0
>            Reporter: Edward Yoon
>             Fix For: 0.2.0
>
>         Attachments: patch.txt
>
>
> {code}
> Problem 1.
> hql > help enable;
> Syntax error : Type 'help;' for usage.
> hql > help disable;
> Syntax error : Type 'help;' for usage.
> ..... ???
> Added Feature 1.
> hql > disable all;
> hql > enable all;
> hql > drop all;
> {code}

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