Repository: bigtop Updated Branches: refs/heads/master 9612b8f9e -> 2890d9532
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/2890d953 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/2890d953 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/2890d953 Branch: refs/heads/master Commit: 2890d95329d4b517bdfd4c547831c3622292c7d6 Parents: 9612b8f Author: Konstantin Boudnik <[email protected]> Authored: Wed Jul 19 14:35:23 2017 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Wed Jul 19 14:35:23 2017 -0700 ---------------------------------------------------------------------- bigtop.bom | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/2890d953/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index 4666f05..38d8e0d 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -135,6 +135,9 @@ bigtop { 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 = null } } 'ignite-hadoop' { name = 'ignite-hadoop'
