Return-Path: Delivered-To: apmail-incubator-pig-dev-archive@locus.apache.org Received: (qmail 84733 invoked from network); 1 Nov 2007 06:48:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 06:48:11 -0000 Received: (qmail 86830 invoked by uid 500); 1 Nov 2007 06:47:59 -0000 Delivered-To: apmail-incubator-pig-dev-archive@incubator.apache.org Received: (qmail 86800 invoked by uid 500); 1 Nov 2007 06:47:59 -0000 Mailing-List: contact pig-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@incubator.apache.org Delivered-To: mailing list pig-dev@incubator.apache.org Received: (qmail 86791 invoked by uid 99); 1 Nov 2007 06:47:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 23:47:59 -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; Thu, 01 Nov 2007 06:48:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9894C71418F for ; Wed, 31 Oct 2007 23:47:50 -0700 (PDT) Message-ID: <28880607.1193899670598.JavaMail.jira@brutus> Date: Wed, 31 Oct 2007 23:47:50 -0700 (PDT) From: "Edward Yoon (JIRA)" To: pig-dev@incubator.apache.org Subject: [jira] Commented: (PIG-6) Addition of Hbase Storage Option In Load/Store Statement In-Reply-To: <533098.1193882630645.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/PIG-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539291 ] Edward Yoon commented on PIG-6: ------------------------------- Come to think of it, I think query-delimited? is a strange term. B = LOAD HbaseQuery('Hbase Query');...? I will clarify the grammars. > Addition of Hbase Storage Option In Load/Store Statement > -------------------------------------------------------- > > Key: PIG-6 > URL: https://issues.apache.org/jira/browse/PIG-6 > Project: Pig > Issue Type: New Feature > Environment: all environments > Reporter: Edward Yoon > > It needs to be able to load full table in hbase. (maybe ... difficult? i'm not sure yet.) > Also, as described below, > It needs to compose an abstract 2d-table only with certain data filtered from hbase array structure using arbitrary query-delimited. > {code} > A = LOAD table('hbase_table'); > or > B = LOAD table('hbase_table') Using HbaseQuery('Query-delimited by attributes & timestamp') as (f1, f2[, f3]); > {code} > Once test is done on my local machines, > I will clarify the grammars and give you more examples to help you explain more storage options. > Any advice welcome. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.