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

Ted Yu commented on HBASE-20630:
--------------------------------

I searched OPTION_PURGE_PATH in the patch but didn't find it.

Did you mean OPTION_PATH_PURGE ?

In getBackupRootPath :
{code}
-        value = cmdline.getOptionValue(OPTION_PATH);
+        value = cmdline.getOptionValue(OPTION_PATH_PURGE);
{code}
The above is confusing : getting root path has nothing to do with purge.

> B&R: Delete command enhancements
> --------------------------------
>
>                 Key: HBASE-20630
>                 URL: https://issues.apache.org/jira/browse/HBASE-20630
>             Project: HBase
>          Issue Type: New Feature
>            Reporter: Vladimir Rodionov
>            Assignee: Vladimir Rodionov
>            Priority: Major
>         Attachments: HBASE-20630-v1.patch
>
>
> Make the command more useable. Currently, user needs to provide list of 
> backup ids to delete. It would be nice to have more convenient options, such 
> as: deleting all backups which are older than XXX days, etc 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to