https://issues.apache.org/jira/browse/ACCUMULO-1116
On 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 > >>> > >>> > >> > > >
