HADOOP-12000. cannot use --java-home in test-patch (aw)
This commit is contained in:
parent
7438966586
commit
12d6c5ce4f
@ -679,7 +679,7 @@ function parse_args
|
|||||||
--issue-re=*)
|
--issue-re=*)
|
||||||
ISSUE_RE=${i#*=}
|
ISSUE_RE=${i#*=}
|
||||||
;;
|
;;
|
||||||
--java-home)
|
--java-home=*)
|
||||||
JAVA_HOME=${i#*=}
|
JAVA_HOME=${i#*=}
|
||||||
;;
|
;;
|
||||||
--jenkins)
|
--jenkins)
|
||||||
|
@ -719,6 +719,8 @@ Release 2.8.0 - UNRELEASED
|
|||||||
HADOOP-11963. Metrics documentation for FSNamesystem misspells
|
HADOOP-11963. Metrics documentation for FSNamesystem misspells
|
||||||
PendingDataNodeMessageCount. (Anu Engineer via cnauroth)
|
PendingDataNodeMessageCount. (Anu Engineer via cnauroth)
|
||||||
|
|
||||||
|
HADOOP-12000. cannot use --java-home in test-patch (aw)
|
||||||
|
|
||||||
Release 2.7.1 - UNRELEASED
|
Release 2.7.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
Loading…
Reference in New Issue
Block a user