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 <[email protected]> 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 <[email protected]> Authored: Tue Apr 24 12:59:30 2018 +0800 Committer: Jun He <[email protected]> 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}"
