HQL's Parallel Execution Features for version 0.2.0
---------------------------------------------------

                 Key: HBASE-422
                 URL: https://issues.apache.org/jira/browse/HBASE-422
             Project: Hadoop HBase
          Issue Type: New Feature
          Components: hql
            Reporter: Edward Yoon
            Assignee: Edward Yoon
             Fix For: 0.2.0


For example:
{quote}
hql > alter table table_name parallel;
hql > select count(\*) from table_name;
hql > alter table table_name noparallel;

SELECT /* parallel */ COUNT(\*) 
FROM table_name;
{quote}

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

Reply via email to