[ https://issues.apache.org/jira/browse/HBASE-15904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ted Yu updated HBASE-15904: --------------------------- Resolution: Fixed Hadoop Flags: Reviewed Status: Resolved (was: Patch Available) Thanks for the reviews, Vlad and Enis. > 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 > Labels: backup > Attachments: 15904.v1.txt > > > 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)