From commits-return-4243-archive-asf-public=cust-asf.ponee.io@bigtop.apache.org Thu Mar 14 17:01:51 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id CB7FB180630 for ; Thu, 14 Mar 2019 18:01:50 +0100 (CET) Received: (qmail 6774 invoked by uid 500); 14 Mar 2019 17:01:49 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 6765 invoked by uid 99); 14 Mar 2019 17:01:49 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Mar 2019 17:01:49 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4096A852AB; Thu, 14 Mar 2019 17:01:49 +0000 (UTC) Date: Thu, 14 Mar 2019 17:01:49 +0000 To: "commits@bigtop.apache.org" Subject: [bigtop] branch master updated: BIGTOP-3186. Bump Spark to 2.2.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155258290911.413.3711053225323188955@gitbox.apache.org> From: evansye@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: bigtop X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ca52568591010884687ac7616d09d97c63a89ebf X-Git-Newrev: fe1feaba44e050f2c4c86b128bf795725b28b1c0 X-Git-Rev: fe1feaba44e050f2c4c86b128bf795725b28b1c0 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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}"