zzzhy created HBASE-19801:
-----------------------------
Summary: hbase shell api 'list' or program api prefix has regex
problem
Key: HBASE-19801
URL: https://issues.apache.org/jira/browse/HBASE-19801
Project: HBase
Issue Type: Bug
Components: API, shell
Affects Versions: 1.2.1
Environment: hadoop 2.7.3
hbase 1.2.1
Reporter: zzzhy
Attachments: image-2018-01-16-12-15-24-755.png
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.
!image-2018-01-16-12-15-24-755.png!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)