Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 25436 invoked from network); 7 Feb 2008 13:10:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2008 13:10:29 -0000 Received: (qmail 50738 invoked by uid 500); 7 Feb 2008 13:10:21 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 50719 invoked by uid 500); 7 Feb 2008 13:10:21 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 50710 invoked by uid 99); 7 Feb 2008 13:10:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 05:10:21 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2008 13:10:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44DDE714071 for ; Thu, 7 Feb 2008 05:10:08 -0800 (PST) Message-ID: <25723284.1202389808248.JavaMail.jira@brutus> Date: Thu, 7 Feb 2008 05:10:08 -0800 (PST) From: "Edward Yoon (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Created: (HBASE-422) HQL's Parallel Execution Features for version 0.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.