Repository: bigtop Updated Branches: refs/heads/BIGTOP-2839 59346ca97 -> 975040729
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/97504072 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/97504072 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/97504072 Branch: refs/heads/BIGTOP-2839 Commit: 975040729ea910091896ae4040b2b5e401f5f050 Parents: 59346ca Author: Konstantin Boudnik <[email protected]> Authored: Fri Jul 21 11:01:48 2017 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Fri Jul 21 11:01:48 2017 -0700 ---------------------------------------------------------------------- bigtop.bom | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/97504072/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index a902719..107bb16 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -130,14 +130,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'
