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

Ted Yu commented on HBASE-16198:
--------------------------------

{code}
+    private Path getBackupRootPath() {
+      String value = cmdline.getOptionValue("t");
+      if (value == null) return null;
+      return new Path(value);
+    }
+
+    private TableName getTableName() {
+      String value = cmdline.getOptionValue("t");
{code}
I don't think backup root should be using the same option value as that of 
table name.

> Enhance backup history command
> ------------------------------
>
>                 Key: HBASE-16198
>                 URL: https://issues.apache.org/jira/browse/HBASE-16198
>             Project: HBase
>          Issue Type: New Feature
>    Affects Versions: 2.0.0
>            Reporter: Vladimir Rodionov
>            Assignee: Vladimir Rodionov
>             Fix For: 2.0.0
>
>         Attachments: HBASE-16198-v1.patch, HBASE-16198-v2.patch, 
> HBASE-16198-v3.patch, HBASE-16198-v4.patch
>
>
> We need history per table and ability to run command on a fully disabled 
> cluster (using info from backup file system only).



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

Reply via email to