HADOOP-9044. add FindClass main class to provide classpath checking of installations (Steve Loughran via aw)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4ea2e7d8 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4ea2e7d8 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4ea2e7d8 Branch: refs/heads/HDFS-EC Commit: 4ea2e7d8b5175212978d1cc42e156e05a8c719c1 Parents: 650542e Author: Allen Wittenauer <[email protected]> Authored: Thu Feb 5 10:45:10 2015 -0800 Committer: Zhe Zhang <[email protected]> Committed: Fri Feb 6 13:45:50 2015 -0800 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/4ea2e7d8/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 00cc91e..8b73d5a 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -19,6 +19,9 @@ Trunk (Unreleased) HADOOP-11353. Add support for .hadooprc (aw) + HADOOP-9044. add FindClass main class to provide classpath checking + of installations (Steve Loughran via aw) + IMPROVEMENTS HADOOP-8017. Configure hadoop-main pom to get rid of M2E plugin execution
