Repository: bigtop Updated Branches: refs/heads/master eddc95aec -> 83d54f47a
BIGTOP-2399. Maven artifacts are still on 2.6.0 version of Apache Hadoop Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/83d54f47 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/83d54f47 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/83d54f47 Branch: refs/heads/master Commit: 83d54f47a6d708ff63091c7ca5e76132ea1f1d0f Parents: eddc95a Author: Konstantin Boudnik <[email protected]> Authored: Sun Apr 17 16:07:42 2016 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Sun Apr 17 16:07:42 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/83d54f47/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 584d720..3b4d14c 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ <inceptionYear>2011</inceptionYear> <properties> - <hadoop.version>2.6.0</hadoop.version> + <hadoop.version>2.7.2</hadoop.version> <!--An awful hack for BIGTOP-1429--> <hbase.version>0.98.17-hadoop2</hbase.version> <pig.version>0.12.1</pig.version>
