Details
Description
while using list command in hbase shell, most of all works well except which one contains 'd' char, as well as hbase program api prefix regex.
eg. list 'd.*' wont work, but '^d[\da-f]{31}' works well. and 'd.*' performs just listing all of the tables.
Attachments
Attachments
Issue Links
- is duplicated by
-
HBASE-19800 hbase shell api 'list' or program api prefix has regex problem
- Resolved