You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2017/08/08 16:56:59 UTC

bigtop git commit: BIGTOP-2839. Bump Hadoop version to 2.7.4

Repository: bigtop
Updated Branches:
  refs/heads/master 247e839c9 -> 0e4ea1219


BIGTOP-2839. Bump Hadoop version to 2.7.4


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/0e4ea121
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/0e4ea121
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/0e4ea121

Branch: refs/heads/master
Commit: 0e4ea1219f39e729bf83aa533c1399c83e64e886
Parents: 247e839
Author: Konstantin Boudnik <ko...@epam.com>
Authored: Tue Aug 8 09:45:47 2017 -0700
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Tue Aug 8 09:45:47 2017 -0700

----------------------------------------------------------------------
 bigtop-tests/smoke-tests/build.gradle | 2 +-
 bigtop.bom                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/0e4ea121/bigtop-tests/smoke-tests/build.gradle
----------------------------------------------------------------------
diff --git a/bigtop-tests/smoke-tests/build.gradle b/bigtop-tests/smoke-tests/build.gradle
index 544b2a4..ebb79b8 100644
--- a/bigtop-tests/smoke-tests/build.gradle
+++ b/bigtop-tests/smoke-tests/build.gradle
@@ -28,7 +28,7 @@ subprojects {
   }
 
   ext.groovyVersion = '2.4.10'
-  ext.hadoopVersion = '2.7.1'
+  ext.hadoopVersion = '2.7.4'
   ext.solrVersion = '4.6.0'
   ext.slf4jVersion = '1.6.6'
   // itest needs be greater than or equal to = 1.0.0

http://git-wip-us.apache.org/repos/asf/bigtop/blob/0e4ea121/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index ff6d4e1..adaab7a 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -144,7 +144,7 @@ bigtop {
     'hadoop' {
       name    = 'hadoop'
       relNotes = 'Apache Hadoop'
-      version { base = '2.7.3'; pkg = base; release = 1 }
+      version { base = '2.7.4'; pkg = base; release = 1 }
       tarball { destination = "${name}-${version.base}.tar.gz"
                 source      = "${name}-${version.base}-src.tar.gz" }
       url     { download_path = "/$name/common/$name-${version.base}"