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

Hadoop QA commented on HADOOP-9473:
-----------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12578463/HADOOP-9373.patch
  against trunk revision .

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HADOOP-Build/2446//console

This message is automatically generated.
                
> typo in FileUtil copy() method
> ------------------------------
>
>                 Key: HADOOP-9473
>                 URL: https://issues.apache.org/jira/browse/HADOOP-9473
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 2.0.0-alpha, 1.1.2
>            Reporter: Glen Mazza
>            Assignee: Suresh Srinivas
>            Priority: Trivial
>         Attachments: HADOOP-9373.patch, HADOOP-9473.branch-1.patch
>
>
> typo:
> {code}
> Index: src/core/org/apache/hadoop/fs/FileUtil.java
> ===================================================================
> --- src/core/org/apache/hadoop/fs/FileUtil.java       (revision 1467295)
> +++ src/core/org/apache/hadoop/fs/FileUtil.java       (working copy)
> @@ -178,7 +178,7 @@
>      // Check if dest is directory
>      if (!dstFS.exists(dst)) {
>        throw new IOException("`" + dst +"': specified destination directory " 
> +
> -                            "doest not exist");
> +                            "does not exist");
>      } else {
>        FileStatus sdst = dstFS.getFileStatus(dst);
>        if (!sdst.isDir()) 
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to