You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/05/27 18:07:12 UTC

[jira] [Created] (HBASE-15904) Use comma as separator for list of tables in BackupInfo

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)