Repository: bigtop
Updated Branches:
  refs/heads/BIGTOP-2839 26a76ce87 -> 59346ca97


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/59346ca9
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/59346ca9
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/59346ca9

Branch: refs/heads/BIGTOP-2839
Commit: 59346ca97759fa90da35fa270b7a1fc97e55530b
Parents: 26a76ce
Author: Konstantin Boudnik <konstantin_boud...@epam.com>
Authored: Thu Jul 20 23:53:15 2017 -0700
Committer: Konstantin Boudnik <konstantin_boud...@epam.com>
Committed: Thu Jul 20 23:53:15 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/59346ca9/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index b60f0bd..a902719 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -129,15 +129,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'

Reply via email to