[ 
https://issues.apache.org/jira/browse/HBASE-21230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16643423#comment-16643423
 ] 

Hudson commented on HBASE-21230:
--------------------------------

Results for branch master
        [build #533 on 
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/master/533/]: (x) 
*{color:red}-1 overall{color}*
----
details (if available):

(/) {color:green}+1 general checks{color}
-- For more information [see general 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/533//General_Nightly_Build_Report/]




(x) {color:red}-1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2) 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/533//JDK8_Nightly_Build_Report_(Hadoop2)/]


(x) {color:red}-1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3) 
report|https://builds.apache.org/job/HBase%20Nightly/job/master/533//JDK8_Nightly_Build_Report_(Hadoop3)/]


(/) {color:green}+1 source release artifact{color}
-- See build output for details.


(/) {color:green}+1 client integration test{color}


> BackupUtils#checkTargetDir doesn't compose error message correctly
> ------------------------------------------------------------------
>
>                 Key: HBASE-21230
>                 URL: https://issues.apache.org/jira/browse/HBASE-21230
>             Project: HBase
>          Issue Type: Bug
>          Components: backup&restore
>            Reporter: Ted Yu
>            Assignee: liubangchen
>            Priority: Minor
>             Fix For: 3.0.0
>
>         Attachments: HBASE-21230-1.patch
>
>
> Here is related code from BackupUtils#checkTargetDir:
> {code}
>       String expMsg = e.getMessage();
>       String newMsg = null;
>       if (expMsg.contains("No FileSystem for scheme")) {
>         newMsg =
>             "Unsupported filesystem scheme found in the backup target url. 
> Error Message: "
>                 + newMsg;
> {code}
> I think the intention was to concatenate expMsg at the end of newMsg.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to