You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ju...@apache.org on 2018/04/26 02:04:27 UTC

bigtop git commit: BIGTOP-2991: Bump up Spark version to 2.2.1

Repository: bigtop
Updated Branches:
  refs/heads/master c2760214a -> 5031b6635


BIGTOP-2991: Bump up Spark version to 2.2.1

This closes #353

Change-Id: I5e5b47db667206bd4a810b1015793d69c1223cde
Signed-off-by: Jun He <ju...@apache.org>


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

Branch: refs/heads/master
Commit: 5031b6635f832e736de176ae84018f071f5c4b9b
Parents: c276021
Author: Jun He <ju...@linaro.org>
Authored: Tue Apr 24 12:59:30 2018 +0800
Committer: Jun He <ju...@apache.org>
Committed: Thu Apr 26 02:02:16 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/5031b663/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index 1cf7f0a..f8bc660 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -319,7 +319,7 @@ bigtop {
       name    = 'spark'
       pkg     = 'spark-core'
       relNotes = 'Apache Spark'
-      version { base = '2.2.0'; pkg = base; release = 1 }
+      version { base = '2.2.1'; pkg = base; release = 1 }
       tarball { destination = "$name-${version.base}.tar.gz"
                 source      = "$name-${version.base}.tgz" }
       url     { download_path = "/$name/$name-${version.base}"