Ted Yu created HBASE-15904:
------------------------------
Summary: Use comma as separator for list of tables in BackupInfo
Key: HBASE-15904
URL: https://issues.apache.org/jira/browse/HBASE-15904
Project: HBase
Issue Type: Improvement
Reporter: Ted Yu
Assignee: Ted Yu
Priority: Minor
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.
[~cartershanklin] made the following request:
The semicolon should be changed to comma so that user can copy-paste the table
list.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)