You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/06/24 01:15:16 UTC

[jira] [Commented] (HBASE-16065) hbase backup set describe command does not inform if the set does not exist

    [ https://issues.apache.org/jira/browse/HBASE-16065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15347522#comment-15347522 ] 

Ted Yu commented on HBASE-16065:
--------------------------------

nit:
{code}
486	          System.out.println("Set '"+setName+"' does not exists");
{code}
exists -> exist

Other than the above, looks good.

> hbase backup set describe command does not inform if the set does not exist
> ---------------------------------------------------------------------------
>
>                 Key: HBASE-16065
>                 URL: https://issues.apache.org/jira/browse/HBASE-16065
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Romil Choksi
>            Assignee: Vladimir Rodionov
>            Priority: Minor
>              Labels: backup
>             Fix For: 2.0.0
>
>         Attachments: HBASE-16065-v1.patch
>
>
> hbase backup set describe command does not inform if the set does not exist
> from hbase shell
> {code}
> hbase@hbase-test-rc-7:~> hbase backup set list
> test_set={t1,t2}
> hbase@cluster-name:~> hbase backup set describe test_set1
> test_set1={}
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)