[
https://issues.apache.org/jira/browse/HBASE-15904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15304494#comment-15304494
]
Hadoop QA commented on HBASE-15904:
-----------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} patch {color} | {color:blue} 0m 1s
{color} | {color:blue} The patch file was not named according to hbase's naming
conventions. Please see
https://yetus.apache.org/documentation/0.2.1/precommit-patchnames for
instructions. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 4s {color}
| {color:red} HBASE-15904 does not apply to master. Rebase required? Wrong
Branch? See https://yetus.apache.org/documentation/0.2.1/precommit-patchnames
for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12806679/15904.v1.txt |
| JIRA Issue | HBASE-15904 |
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/2035/console |
| Powered by | Apache Yetus 0.2.1 http://yetus.apache.org |
This message was automatically generated.
> 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)