[
https://issues.apache.org/jira/browse/HBASE-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward Yoon reassigned HBASE-470:
---------------------------------
Assignee: Edward Yoon
> 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
> Assignee: 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.