You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2019/03/05 04:48:45 UTC

[bigtop] branch master updated: BIGTOP-3163. Bump Hadoop to 2.8.5 (#478)

This is an automated email from the ASF dual-hosted git repository.

evansye pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 137b1b0  BIGTOP-3163. Bump Hadoop to 2.8.5 (#478)
137b1b0 is described below

commit 137b1b041bf70969fa92a4056d93b42c6339d94a
Author: Evans Ye <ev...@apache.org>
AuthorDate: Tue Mar 5 12:48:39 2019 +0800

    BIGTOP-3163. Bump Hadoop to 2.8.5 (#478)
---
 bigtop.bom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop.bom b/bigtop.bom
index ce16851..3e71ee7 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -143,7 +143,7 @@ bigtop {
     'hadoop' {
       name    = 'hadoop'
       relNotes = 'Apache Hadoop'
-      version { base = '2.8.4'; pkg = base; release = 1 }
+      version { base = '2.8.5'; 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}"