[
https://issues.apache.org/jira/browse/HBASE-23176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16952269#comment-16952269
]
Karthik Palanisamy commented on HBASE-23176:
--------------------------------------------
Found same issue in
[delete_table_snapshots.rb.|https://github.com/apache/hbase/pull/725/commits/fa05907b1b5ff3ac440a43937cae386b3638de5a]
> 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
> Priority: Major
>
> 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)