Need -bc, -ec, -bq, and -eq options on shell scan command
Open
enhancement
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 487
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 13
Description
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 [:]
-ec,--end-column [:]
-bq,--begin-column-qualifier
-eq,--end-column-qualifier
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.
Contributor guide
Assessment
This issue has not been assessed yet.