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/07/21 01:42:07 UTC

[1/2] bigtop git commit: Revert "BIGTOP-2839. Bump Hadoop version to 2.7.4"

Repository: bigtop
Updated Branches:
  refs/heads/master 40e796bd6 -> bd473dbaa


Revert "BIGTOP-2839. Bump Hadoop version to 2.7.4"

This reverts commit 4b662c36a50f3e29b4be174a28e8f0c6051136a7.


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

Branch: refs/heads/master
Commit: bd473dbaabb3b89febdaab71fbc15679ee723cfd
Parents: 13f9c92
Author: Konstantin Boudnik <ko...@epam.com>
Authored: Thu Jul 20 14:43:48 2017 -0700
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Thu Jul 20 18:41:57 2017 -0700

----------------------------------------------------------------------
 bigtop.bom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/bd473dba/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index 4666f05..72b2b94 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -129,7 +129,7 @@ bigtop {
     'hadoop' {
       name    = 'hadoop'
       relNotes = 'Apache Hadoop'
-      version { base = '2.7.4'; pkg = base; release = 1 }
+      version { base = '2.7.3'; pkg = base; release = 1 }
       tarball { destination = "${name}-${version.base}.tar.gz"
                 source      = "${name}-${version.base}-src.tar.gz" }
       url     { download_path = "/$name/common/$name-${version.base}"


[2/2] bigtop git commit: Revert "BIGTOP-2839. Bump Hadoop version to 2.7.4"

Posted by co...@apache.org.
Revert "BIGTOP-2839. Bump Hadoop version to 2.7.4"

This reverts commit 2890d95329d4b517bdfd4c547831c3622292c7d6.


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

Branch: refs/heads/master
Commit: 13f9c92bae9b3e7dbda5c255c693a9a0521408aa
Parents: 40e796b
Author: Konstantin Boudnik <ko...@epam.com>
Authored: Thu Jul 20 14:43:45 2017 -0700
Committer: Konstantin Boudnik <ko...@epam.com>
Committed: Thu Jul 20 18:41:57 2017 -0700

----------------------------------------------------------------------
 bigtop.bom | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/13f9c92b/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index 38d8e0d..4666f05 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -135,9 +135,6 @@ 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'