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

This commit is contained in:
Allen Wittenauer 2015-05-19 15:24:23 -07:00
parent 7438966586
commit 12d6c5ce4f
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -719,6 +719,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