Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 76017 invoked from network); 31 Jul 2007 00:48:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jul 2007 00:48:14 -0000 Received: (qmail 93110 invoked by uid 500); 31 Jul 2007 00:48:13 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 93085 invoked by uid 500); 31 Jul 2007 00:48:13 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 93075 invoked by uid 99); 31 Jul 2007 00:48:13 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2007 17:48:13 -0700 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; Tue, 31 Jul 2007 00:48:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ED1CA7141F5 for ; Mon, 30 Jul 2007 17:47:52 -0700 (PDT) Message-ID: <1337297.1185842872969.JavaMail.jira@brutus> Date: Mon, 30 Jul 2007 17:47:52 -0700 (PDT) From: "edward yoon (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1608) [HbaseShell] Relational Algrebra Operators In-Reply-To: <30939913.1184326504508.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516587 ] edward yoon commented on HADOOP-1608: ------------------------------------- Ok, Stack. Here's One of My Proposal Ideas. I will injection of MDX queries into the hbase shell. and seperate with numeric tool and process control shell. see : http://publib.boulder.ibm.com/infocenter/ablxhelp/v8r4m0/index.jsp?topic=/com.ibm.db2.abx.cub.doc/abx-c-cube-supportedmdxsyntax.html and, we must think about difference between traditional DBMS and Hbase. {code} udanax $> bin/shell Hbase > ~~~ MDX Style queries with multi dimensional table ~~~ (manipulating tables.) Hbase > _ Hbase > NumShell; Numshell > ~~~ Matlab or Octave Style with mapped matrix ~~~ (manipulating tables..) Numshell > exit; Hbase > .. Hbase > exit; udanax $> exit {code} Feel free to disagree with me Stack. > [HbaseShell] Relational Algrebra Operators > ------------------------------------------ > > Key: HADOOP-1608 > URL: https://issues.apache.org/jira/browse/HADOOP-1608 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Environment: All environments > Reporter: edward yoon > Priority: Minor > Fix For: 0.14.0 > > Attachments: shell_r_operators_v01.patch, shell_v02.patch, shell_v03.patch, shell_v04.patch, shell_v05.patch > > > Development of relational algebra operators has begun. > * Projection > * Selection > * Product > * Rename > * Group > * Sort -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.