byungwok opened a new issue #738: a question about accumulo shell commnad table row 'scan' URL: https://github.com/apache/accumulo/issues/738 Hi all I'd like to know that Accumulo has a pattern search function such a 'wild character' or 'like operator' for scanning Accumulo table rows in shell command line? I know that 'scan command' has make range function from begin to end rows. But it's not perfect it is taken by Accumulo load order. i just wanna scan out the same pattern row keys at one time. i tried to search the documents and use some character like '*' or '%' etc. it's all fail. so i'd ask what wild character is or any other way for searching row function in Accumulo? Thank you for your reading and good day :) plus, How to give -b and -e at 'Range rm=Range.exact(new Text(bkey));' in Accumulo java api for scanning?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
