BIGTOP-2839. Bump Hadoop version to 2.7.4 The tar file should be have -SNAPSHOT suffix, otherwise RPM build is failing ;(
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/32475f14 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/32475f14 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/32475f14 Branch: refs/heads/BIGTOP-2839 Commit: 32475f1475c4a64aa970a8b45a2f471b43ebbd14 Parents: 2ca3c72 Author: Konstantin Boudnik <[email protected]> Authored: Fri Jul 21 11:01:48 2017 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Wed Aug 2 16:20:37 2017 -0700 ---------------------------------------------------------------------- bigtop.bom | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/32475f14/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index 9503e86..9fb1615 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -145,14 +145,14 @@ bigtop { name = 'hadoop' relNotes = 'Apache Hadoop' 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" } + tarball { destination = "${name}-${version.base}.tar.gz" + source = "${name}-${version.base}-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.pkg}-src" } + dir = "${name}-${version.base}-src" } } 'ignite-hadoop' { name = 'ignite-hadoop'
