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 >
