You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Guangxu Cheng (Jira)" <ji...@apache.org> on 2019/10/17 12:43:00 UTC

[jira] [Resolved] (HBASE-23176) delete_all_snapshot does not work with regex

     [ https://issues.apache.org/jira/browse/HBASE-23176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guangxu Cheng resolved HBASE-23176.
-----------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

Pushed to master. Thanks [~kpalanisamy] for contributing.

> 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
>             Fix For: 3.0.0
>
>
> 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)