Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E840EDE5 for ; Tue, 26 Feb 2013 18:54:13 +0000 (UTC) Received: (qmail 52534 invoked by uid 500); 26 Feb 2013 18:54:13 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 52487 invoked by uid 500); 26 Feb 2013 18:54:13 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 52472 invoked by uid 99); 26 Feb 2013 18:54:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2013 18:54:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eric.newton@gmail.com designates 209.85.128.170 as permitted sender) Received: from [209.85.128.170] (HELO mail-ve0-f170.google.com) (209.85.128.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2013 18:54:08 +0000 Received: by mail-ve0-f170.google.com with SMTP id 14so4154933vea.29 for ; Tue, 26 Feb 2013 10:53:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=YUldAT/3hw/BcyDnci73UpwMRzI+YWVXwEbcy/qfQic=; b=hl+AzDqq0b5LKNwZJAI/4tFVZtKUOg+D1Tmb/oVOBI22a12ovxW/uKhDWB1ourYLLV j7dYPwoalULAeF8lSjTMDbbtgMFqhZHUDIMOM5rFyJV954cD+zQLFe68HsXF18jiKIbW zky5F0Xj/dA1r9zzF0u1uMgLmPWpCqxC1rdy+IvUUjuTlKnW4TIjklu1mS/nK0mYO1q7 gi4hUbGf30lCcPj4cMOZbJJGBmvOxR+H9LjMHUR7Q/1hwfjlcWU0pT/57T1PF8OFbOLi zyX6ILGpyzR9fmgip8FGPynqo9rJi56MF361tHU5LQEdVMs5ANx6KleVqwZGwBwO7GiI ASrg== MIME-Version: 1.0 X-Received: by 10.58.224.101 with SMTP id rb5mr12682645vec.17.1361904827508; Tue, 26 Feb 2013 10:53:47 -0800 (PST) Received: by 10.58.205.202 with HTTP; Tue, 26 Feb 2013 10:53:47 -0800 (PST) In-Reply-To: References: Date: Tue, 26 Feb 2013 13:53:47 -0500 Message-ID: Subject: Re: Accumulo shell scan for row with quote? From: Eric Newton To: "user@accumulo.apache.org" Content-Type: multipart/alternative; boundary=089e0117635f76380504d6a52d4e X-Virus-Checked: Checked by ClamAV on apache.org --089e0117635f76380504d6a52d4e Content-Type: text/plain; charset=ISO-8859-1 No. Sadly, this is a known limitation of the shell. You *can* do it from the java API. -Eric On Tue, Feb 26, 2013 at 1:51 PM, Mike Hugo wrote: > Hello, > > I'm trying to use the accumulo shell to scan for a row that has a literal > quote in the key, e.g. > > "foo" > > I tried > > scan -b "foo > scan -b \"foo > > But neither returns any results. I believe it's the start quote that's > getting in the way - is there a way to scan for a row that starts with a > quote from the shell? > > Thanks! > > Mike > --089e0117635f76380504d6a52d4e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
No. =A0Sadly, this is a known limitation of the shell.
You *can* do it from the java API.

-Eric



On Tue, Feb 26, 2013 at 1:51 PM, Mike Hugo <= span dir=3D"ltr"><= mike@piragua.com> wrote:
Hello,

I'm trying to use the accumu= lo shell to scan for a row that has a literal quote in the key, e.g.=A0

"foo"

I tried

scan -b "foo
scan -b \= "foo

But neither returns any results. =A0I be= lieve it's the start quote that's getting in the way - is there a w= ay to scan for a row that starts with a quote from the shell?

Thanks!

Mike

--089e0117635f76380504d6a52d4e--