[
https://issues.apache.org/jira/browse/HBASE-19800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Elser updated HBASE-19800:
-------------------------------
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.
!image-2018-01-16-12-13-25-723.png!
was:
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-13-25-723.png!
> hbase shell api 'list' or program api prefix has regex problem
> --------------------------------------------------------------
>
> Key: HBASE-19800
> URL: https://issues.apache.org/jira/browse/HBASE-19800
> Project: HBase
> Issue Type: Bug
> Components: API, shell
> Affects Versions: 1.2.1
> Environment: hadoop 2.7.3
> hbase 1.2.1
> Reporter: zzzhy
> Priority: Major
> Attachments: image-2018-01-16-12-08-20-327.png,
> image-2018-01-16-12-13-25-723.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-13-25-723.png!
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)