BIGTOP-2083. smoke-tests are still on hadoop 2.6.0
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/2b228f0c Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/2b228f0c Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/2b228f0c Branch: refs/heads/master Commit: 2b228f0ce85f69a324999a39681459ece2bb03ad Parents: e07aa20 Author: Konstantin Boudnik <[email protected]> Authored: Fri Jan 22 13:15:15 2016 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Fri Jan 22 14:43:02 2016 -0800 ---------------------------------------------------------------------- bigtop-tests/smoke-tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/2b228f0c/bigtop-tests/smoke-tests/build.gradle ---------------------------------------------------------------------- diff --git a/bigtop-tests/smoke-tests/build.gradle b/bigtop-tests/smoke-tests/build.gradle index 95e886a..1a84d05 100644 --- a/bigtop-tests/smoke-tests/build.gradle +++ b/bigtop-tests/smoke-tests/build.gradle @@ -28,7 +28,7 @@ subprojects { } ext.groovyVersion = '1.8.0' - ext.hadoopVersion = '2.6.0' + ext.hadoopVersion = '2.7.1' // itest needs be greater than or equal to = 1.0.0 ext.itestVersion = '1.0.0' // Might need to be able to read an input for alternate version? ext.BIGTOP_HOME = rootDir
