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 fe1feab BIGTOP-3186. Bump Spark to 2.2.3
new c00d61c BIGTOP-3186. Bump Spark to 2.2.3 (#495)
fe1feab is described below
commit fe1feaba44e050f2c4c86b128bf795725b28b1c0
Author: Evans Ye <[email protected]>
AuthorDate: Wed Mar 13 20:32:35 2019 +0800
BIGTOP-3186. Bump Spark to 2.2.3
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index bdbc611..f1be9be 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -287,7 +287,7 @@ bigtop {
name = 'spark'
pkg = 'spark-core'
relNotes = 'Apache Spark'
- version { base = '2.2.1'; pkg = base; release = 1 }
+ version { base = '2.2.3'; pkg = base; release = 1 }
tarball { destination = "$name-${version.base}.tar.gz"
source = "$name-${version.base}.tgz" }
url { download_path = "/$name/$name-${version.base}"