This is an automated email from the ASF dual-hosted git repository. lresende pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bahir-website.git
commit 9f28dd777ba3dfd93cef33265b22306050dc593a Author: Luciano Resende <[email protected]> AuthorDate: Fri Mar 13 21:16:49 2020 -0700 Release 2.3.4 updates --- site/_data/project.yml | 4 +-- site/_data/releases.yml | 9 +++++ site/releases/spark/2.3.4/release-notes.md | 53 ++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+), 2 deletions(-) diff --git a/site/_data/project.yml b/site/_data/project.yml index 2b889a8..f31d7cc 100644 --- a/site/_data/project.yml +++ b/site/_data/project.yml @@ -58,8 +58,8 @@ podling: false spark_unix_name: bahir spark_github_project_name: bahir -spark_latest_release: 2.3.3 -spark_latest_release_date: 05/27/2019 +spark_latest_release: 2.3.4 +spark_latest_release_date: 09/23/2019 spark_latest_release_location: https://www.apache.org/dist/bahir/bahir-spark spark_latest_release_location_mirror: https://www.apache.org/dyn/closer.lua/bahir/bahir-spark spark_download: /downloads/spark diff --git a/site/_data/releases.yml b/site/_data/releases.yml index f2c2a75..2b5bc79 100644 --- a/site/_data/releases.yml +++ b/site/_data/releases.yml @@ -14,6 +14,15 @@ # limitations under the License. # +- version: 2.3.4 + date: 09/23/2019 + +- version: 2.3.3 + date: 06/08/2019 + +- version: 2.2.3 + date: 06/08/2019 + - version: 2.3.2 date: 12/04/2018 diff --git a/site/releases/spark/2.3.4/release-notes.md b/site/releases/spark/2.3.4/release-notes.md new file mode 100644 index 0000000..ce66794 --- /dev/null +++ b/site/releases/spark/2.3.4/release-notes.md @@ -0,0 +1,53 @@ +--- +layout: page +title: Bahir Release 2.1.0 +description: Release Notes for Apache Bahir 2.1.0 +group: nav-right +--- +<!-- +{% comment %} +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to you under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +{% endcomment %} +--> + +{% include JB/setup %} + + +# Apache Bahir for Apache Spark 2.3.4 + +Below are all the enhancements and bug fixes for the 2.3.x releases. + + +Release Notes - Bahir - Version Spark-2.3.0 + + * [BAHIR-46] - Handle re-delivery of message in MQTT structured streaming source. + * [BAHIR-104] - MQTT Dstream returned by the new multi topic support API is not a pairRDD + * [BAHIR-128] - Test failing sporadically in sql-cloudant's CloudantChangesDFSuite + * [BAHIR-139] - Scala-maven-plugin does not respect Java compile level + * [BAHIR-152] - License header not enforced for Java sources + * [BAHIR-159] - Our project needs to use org.apache.bahir:spark-sql-streaming-mqtt_2.11:2.2.0, which has dependency conflict problem. + * [BAHIR-165] - The avro messages to streaming-mqtt gives negative value. + * [BAHIR-66] - Add test that ZeroMQ streaming connector can receive data + * [BAHIR-164] - Spark Streaming with MQTT fails with Spark 2.3.0 + * [BAHIR-166] - Migrate akka sql streaming source to datasrouce v2 API + * [BAHIR-49] - Add MQTTSink to SQL Streaming MQTT. + * [BAHIR-182] - Create PubNub extension for Apache Spark Streaming + * [BAHIR-137] - Load performance improvements for _changes API in sql-cloudant + * [BAHIR-154] - Refactor sql-cloudant to use Cloudant's java-cloudant features + * [BAHIR-181] - username and password should be available for pyspark when using mqtt streaming + * [BAHIR-123] - Fix errors to support the latest version of Play JSON library for sql-cloudant + * [BAHIR-138] - Fix sql-cloudant deprecation messages + * [BAHIR-150] - Jenkins PR builder should not abort build after first failed module
