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 >> > >
