Procházet zdrojové kódy

HADOOP-11760. Fix typo of javadoc in DistCp. Contributed by Brahma Reddy Battula.

Tsuyoshi Ozawa před 10 roky
rodič
revize
e074952bd6

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -481,6 +481,9 @@ Release 2.8.0 - UNRELEASED
     HADOOP-11724. DistCp throws NPE when the target directory is root.
     (Lei Eddy Xu via Yongjun Zhang) 
 
+    HADOOP-11760. Fix typo of javadoc in DistCp. (Brahma Reddy Battula via
+    ozawa).
+
 Release 2.7.0 - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 1 - 1
hadoop-tools/hadoop-distcp/src/main/java/org/apache/hadoop/tools/DistCp.java

@@ -401,7 +401,7 @@ public class DistCp extends Configured implements Tool {
    * job staging directory
    *
    * @return Returns the working folder information
-   * @throws Exception - EXception if any
+   * @throws Exception - Exception if any
    */
   private Path createMetaFolderPath() throws Exception {
     Configuration configuration = getConf();