ivakegg opened a new issue, #5891: URL: https://github.com/apache/accumulo/issues/5891
Given the nature of the data we handle, we commonly need to be able to scan via the accumulo shell a row starting at a CF value or starting at a CQ value to be able to efficiently find some data. I would like the following options added to the shell scan command: -bc,--begin-column <columnfamily>[:<columnqualifier>] -ec,--end-column <columnfamily>[:<columnqualifier>] -bq,--begin-column-qualifier <columnqualifier> -eq,--end-column-qualifier <columnqualifier> It is reasonable to prevent the use -bq and -eq if already using -bc or -ec and it is reasonable to prevent the use of any of these if -b or -e is being used. However those could be intermixed by creating multiple ranges when performing the scan but that is optional for our use case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org