Karthik Palanisamy created HBASE-23176:
------------------------------------------
Summary: delete_all_snapshot does not work with regex
Key: HBASE-23176
URL: https://issues.apache.org/jira/browse/HBASE-23176
Project: HBase
Issue Type: Bug
Components: shell
Affects Versions: 3.0.0
Reporter: Karthik Palanisamy
Assignee: Karthik Palanisamy
Delete_all_snapshot.rb is using deprecated method SnapshotDescription#getTable
but this method is already removed in 3.0.x.
{code:java}
hbase(main):022:0>delete_all_snapshot("t10.*")
SNAPSHOT TABLE + CREATION
TIME ERROR: undefined method `getTable' for
#<Java::OrgApacheHadoopHbaseClient::SnapshotDescription:0x74697863>
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)