Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 37563 invoked from network); 24 May 2007 09:40:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 May 2007 09:40:40 -0000 Received: (qmail 57257 invoked by uid 500); 24 May 2007 09:40:44 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 57221 invoked by uid 500); 24 May 2007 09:40:44 -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 57211 invoked by uid 99); 24 May 2007 09:40:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2007 02:40:44 -0700 X-ASF-Spam-Status: No, hits=4.2 required=10.0 tests=FORGED_HOTMAIL_RCVD,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [65.54.246.103] (HELO bay0-omc1-s31.bay0.hotmail.com) (65.54.246.103) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2007 02:40:36 -0700 Received: from BAY140-W17 ([64.4.39.52]) by bay0-omc1-s31.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Thu, 24 May 2007 02:40:14 -0700 Message-ID: Content-Type: multipart/alternative; boundary="_9655ed47-5c00-4918-9988-5dbcb82b283d_" X-Originating-IP: [61.79.92.247] From: edward yoon To: Subject: RE: [jira] Commented: (HADOOP-1375) a simple parser for hbase. Date: Thu, 24 May 2007 09:40:14 +0000 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 24 May 2007 09:40:14.0295 (UTC) FILETIME=[87B21670:01C79DE7] X-Virus-Checked: Checked by ClamAV on apache.org --_9655ed47-5c00-4918-9988-5dbcb82b283d_ Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: 8bit Thank you, very helpful! ----B. regards,edward yoon(NHN, Inc) webmaster@udanax.org+82-31-784-4038, +82-10-7149-7856 http://www.udanax.org/ > Date: Thu, 24 May 2007 01:39:16 -0700> From: jira@apache.org> To: hadoop-dev@lucene.apache.org> Subject: [jira] Commented: (HADOOP-1375) a simple parser for hbase.> > > [ https://issues.apache.org/jira/browse/HADOOP-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498547 ] > > Hemanth Yamijala commented on HADOOP-1375:> ------------------------------------------> > A quick search gives the following implementation of the GNU readline functionality in Java. Maybe it will help:> http://sourceforge.net/projects/java-readline/> > > a simple parser for hbase.> > --------------------------> >> > Key: HADOOP-1375> > URL: https://issues.apache.org/jira/browse/HADOOP-1375> > Project: Hadoop> > Issue Type: Improvement> > Components: contrib/hbase> > Environment: All environments > > Reporter: udanax> > Priority: Minor> > Attachments: patch.txt, patch.txt, patch.txt, patch.txt, patch.txt, patch.txt, patch.txt> >> >> > this is a simple parser for hbas e test.> > i just write it.> > you can use this syntax to create and set.> > {code}> > [# root@localhost] ./bin/hadoop jar ./build/hadoop-hbase org.apache.hadoop.hbase.parser.HbaseParser> > Hbase > help;> > blah blah...> > Hbase > build webtable columnfamilies('anchors', 'language') limit=3;> > Hbase > set webtable values('anchors:http://www.udanax.org/','opensource') where row="http://www.hadoop.co.kr";> > Hbase > scan webtable where row="http://www.hadoop.co.kr";> > blah blah...> > Hbase > set webtable values('language:kr','euc-kr') where row="http://www.hadoop.co.kr";> > Hbase > scan webtable where row="http://www.hadoop.co.kr" and column="language:kr";> > blah blah...> > Hbase > exit> > [# root@localhost] > > {code}> > -- > This message is automatically generated by JIRA.> -> You can reply to this email to add a comment to the issue online.> _________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us --_9655ed47-5c00-4918-9988-5dbcb82b283d_--