HADOOP-12000. cannot use --java-home in test-patch (aw)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/48e840f7 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/48e840f7 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/48e840f7 Branch: refs/heads/YARN-2928 Commit: 48e840f7600392838021f0214ac32b10a2852f7d Parents: d205704 Author: Allen Wittenauer <[email protected]> Authored: Tue May 19 15:24:23 2015 -0700 Committer: Zhijie Shen <[email protected]> Committed: Fri May 22 12:18:36 2015 -0700 ---------------------------------------------------------------------- dev-support/test-patch.sh | 2 +- hadoop-common-project/hadoop-common/CHANGES.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/48e840f7/dev-support/test-patch.sh ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index 57fd657..d5d6c26 100755 --- a/dev-support/test-patch.sh +++ b/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) http://git-wip-us.apache.org/repos/asf/hadoop/blob/48e840f7/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 4621f80..3e7cb39 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -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
