|
|
-
Accumulo shell scan for row with quote?
Mike Hugo 2013-02-26, 18:51
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
+
Mike Hugo 2013-02-26, 18:51
-
Re: Accumulo shell scan for row with quote?
Eric Newton 2013-02-26, 18:53
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 <[EMAIL PROTECTED]> 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 >
+
Eric Newton 2013-02-26, 18:53
-
Re: Accumulo shell scan for row with quote?
Mike Hugo 2013-02-26, 19:33
Cool, thanks for confirming!
Presumably, it could be supported, right? Is there a JIRA ticket for it yet?
Mike On Tue, Feb 26, 2013 at 12:53 PM, Eric Newton <[EMAIL PROTECTED]> wrote:
> 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 <[EMAIL PROTECTED]> 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 >> > >
+
Mike Hugo 2013-02-26, 19:33
-
Re: Accumulo shell scan for row with quote?
Eric Newton 2013-02-26, 19:39
No, I don't see a ticket for it. Please make one. On Tue, Feb 26, 2013 at 2:33 PM, Mike Hugo <[EMAIL PROTECTED]> wrote:
> Cool, thanks for confirming! > > Presumably, it could be supported, right? Is there a JIRA ticket for it > yet? > > Mike > > > On Tue, Feb 26, 2013 at 12:53 PM, Eric Newton <[EMAIL PROTECTED]>wrote: > >> 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 <[EMAIL PROTECTED]> 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 >>> >> >> >
+
Eric Newton 2013-02-26, 19:39
-
Re: Accumulo shell scan for row with quote?
Christopher 2013-02-26, 20:34
It probably won't be supported, because it's hard... but there will probably be support for a standalone command so you can do your quoting in bash (or your preferred shell) in 1.6 (ACCUMULO-1045). -- Christopher L Tubbs II http://gravatar.com/ctubbsiiOn Tue, Feb 26, 2013 at 11:39 AM, Eric Newton <[EMAIL PROTECTED]> wrote: > No, I don't see a ticket for it. Please make one. > > > On Tue, Feb 26, 2013 at 2:33 PM, Mike Hugo <[EMAIL PROTECTED]> wrote: >> >> Cool, thanks for confirming! >> >> Presumably, it could be supported, right? Is there a JIRA ticket for it >> yet? >> >> Mike >> >> >> On Tue, Feb 26, 2013 at 12:53 PM, Eric Newton <[EMAIL PROTECTED]> >> wrote: >>> >>> 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 <[EMAIL PROTECTED]> 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 >>> >>> >> >
+
Christopher 2013-02-26, 20:34
-
Re: Accumulo shell scan for row with quote?
Mike Hugo 2013-02-26, 20:37
https://issues.apache.org/jira/browse/ACCUMULO-1116On Tue, Feb 26, 2013 at 2:34 PM, Christopher <[EMAIL PROTECTED]> wrote: > It probably won't be supported, because it's hard... but there will > probably be support for a standalone command so you can do your > quoting in bash (or your preferred shell) in 1.6 (ACCUMULO-1045). > > -- > Christopher L Tubbs II > http://gravatar.com/ctubbsii> > > On Tue, Feb 26, 2013 at 11:39 AM, Eric Newton <[EMAIL PROTECTED]> > wrote: > > No, I don't see a ticket for it. Please make one. > > > > > > On Tue, Feb 26, 2013 at 2:33 PM, Mike Hugo <[EMAIL PROTECTED]> wrote: > >> > >> Cool, thanks for confirming! > >> > >> Presumably, it could be supported, right? Is there a JIRA ticket for it > >> yet? > >> > >> Mike > >> > >> > >> On Tue, Feb 26, 2013 at 12:53 PM, Eric Newton <[EMAIL PROTECTED]> > >> wrote: > >>> > >>> 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 <[EMAIL PROTECTED]> 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 > >>> > >>> > >> > > >
+
Mike Hugo 2013-02-26, 20:37
|
|