[
https://issues.apache.org/jira/browse/HBASE-14140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15294282#comment-15294282
]
Ted Yu commented on HBASE-14140:
--------------------------------
Note to myself:
Currently semicolon is used to separate tables in BackupInfo.java :
{code}
public String getTableListAsString() {
return StringUtils.join(backupStatusMap.keySet(), ";");
{code}
'hbase restore' accepts a comma-separated list of tables.
The semicolon should be changed to comma so that user can copy-paste the table
list.
> HBase Backup/Restore Phase 3: Enhance HBaseAdmin API to include
> backup/restore - related API
> --------------------------------------------------------------------------------------------
>
> Key: HBASE-14140
> URL: https://issues.apache.org/jira/browse/HBASE-14140
> Project: HBase
> Issue Type: New Feature
> Reporter: Vladimir Rodionov
> Assignee: Vladimir Rodionov
> Attachments: HBASE-14140-v1.patch, HBASE-14140-v4.patch,
> HBASE-14140-v7.patch, HBASE-14140-v9.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)