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