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:40:51 UTC

[jira] Updated: (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:all-tabpanel ]

Edward Yoon updated HBASE-470:
------------------------------

    Attachment: patch.txt

{code}
hql > help enable;
+-------------------------+-------------------------+-------------------------+
| Command                 | Description             | Example                 |
+-------------------------+-------------------------+-------------------------+
| ENABLE                  | Enable table lock       | ENABLE [ALL|table_name];|
+-------------------------+-------------------------+-------------------------+
hql > drop all;
Dropping test-2... Please wait.
08/02/25 11:32:12 INFO client.HBaseAdmin: table test-2 deleted
Dropping test-1... Please wait.
08/02/25 11:32:22 INFO client.HBaseAdmin: table test-1 deleted
2 table(s) dropped successfully. (20.06 sec)
hql >
{code}

> 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.