Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-9473

typo in FileUtil copy() method

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.0.0-alpha, 1.1.2
    • 1.2.0, 2.1.0-beta
    • fs
    • None
    • Reviewed

    Description

      typo:

      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()) 
      

      Attachments

        1. HADOOP-9473.branch-1.patch
          0.6 kB
          Suresh Srinivas
        2. HADOOP-9473.patch
          0.7 kB
          Suresh Srinivas
        3. HADOOP-9473-update-testConf-b1.2.patch
          1 kB
          Jing Zhao

        Issue Links

          Activity

            People

              Unassigned Unassigned
              gmazza Glen Mazza
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: