Prechádzať zdrojové kódy

HADOOP-12000. cannot use --java-home in test-patch (aw)

Allen Wittenauer 10 rokov pred
rodič
commit
511a503aab

+ 1 - 1
dev-support/test-patch.sh

@@ -679,7 +679,7 @@ function parse_args
       --issue-re=*)
         ISSUE_RE=${i#*=}
       ;;
-      --java-home)
+      --java-home=*)
         JAVA_HOME=${i#*=}
       ;;
       --jenkins)

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

@@ -260,6 +260,8 @@ Release 2.8.0 - UNRELEASED
     HADOOP-11963. Metrics documentation for FSNamesystem misspells
     PendingDataNodeMessageCount. (Anu Engineer via cnauroth)
 
+    HADOOP-12000. cannot use --java-home in test-patch (aw)
+
 Release 2.7.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES