Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 63340 invoked from network); 14 Dec 2009 06:16:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Dec 2009 06:16:43 -0000 Received: (qmail 36437 invoked by uid 500); 14 Dec 2009 06:16:42 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 36218 invoked by uid 500); 14 Dec 2009 06:16:42 -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 36160 invoked by uid 99); 14 Dec 2009 06:16:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 06:16:40 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 06:16:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 24F5029A0015 for ; Sun, 13 Dec 2009 22:16:18 -0800 (PST) Message-ID: <1764450389.1260771378150.JavaMail.jira@brutus> Date: Mon, 14 Dec 2009 06:16:18 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-2043) Shell's scan broken In-Reply-To: <458031753.1260770058208.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-2043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans updated HBASE-2043: -------------------------------------- Fix Version/s: 0.20.3 > Shell's scan broken > ------------------- > > Key: HBASE-2043 > URL: https://issues.apache.org/jira/browse/HBASE-2043 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.20.2 > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Fix For: 0.20.3, 0.21.0 > > Attachments: HBASE-2043.patch > > > From the list: > {code} > Trying to do the following: > create 'allo', {NAME=>'test'} > put 'allo', 'A-B-C', 'test:1', '1' > put 'allo', 'A-B-E', 'test:1', '1' > put 'allo', 'A-D-C', 'test:1', '1' > scan 'allo' > ..3 row(s) in 0.0150 seconds > scan 'allo', {STARTROW=>'A-B'} > ..0 row(s) in 0.0120 seconds > {code} > It doesn't work because of the way the columns are parsed and passed to the Scan object. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.