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/02 23:24:07 UTC

[11/14] bigtop git commit: BIGTOP-2839. Bump Hadoop version to 2.7.4

BIGTOP-2839. Bump Hadoop version to 2.7.4

Addressing -SNAPSHOT tag in the version


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

Branch: refs/heads/BIGTOP-2839
Commit: 2ca3c7239247a668a63cd1131388a2a095ac8c6a
Parents: f898cab
Author: Konstantin Boudnik <ko...@epam.com>
Authored: Thu Jul 20 23:53:15 2017 -0700
Committer: Konstantin Boudnik <co...@boudnik.org>
Committed: Wed Aug 2 16:20:37 2017 -0700

----------------------------------------------------------------------
 bigtop.bom | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/2ca3c723/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index 152694a..9503e86 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -144,15 +144,15 @@ bigtop {
     'hadoop' {
       name    = 'hadoop'
       relNotes = 'Apache Hadoop'
-      version { base = '2.7.4'; pkg = base; release = 1 }
-      tarball { destination = "${name}-${version.base}.tar.gz"
-                source      = "${name}-${version.base}-src.tar.gz" }
+      version { base = '2.7.4-SNAPSHOT'; pkg = base-"-SNAPSHOT"; release = 1 }
+      tarball { destination = "${name}-${version.pkg}.tar.gz"
+                source      = "${name}-${version.pkg}-src.tar.gz" }
       url     { download_path = "/$name/common/$name-${version.base}"
                 site = "${apache.APACHE_MIRROR}/${download_path}"
                 archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
       git     { repo= "https://github.com/apache/hadoop.git"
                 ref = "branch-2.7"
-                dir = "${name}-${version.base}-src" }
+                dir = "${name}-${version.pkg}-src" }
     }
     'ignite-hadoop' {
       name    = 'ignite-hadoop'