You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xb...@apache.org on 2023/07/07 15:23:25 UTC

[pinot] branch master updated: Upgrading spark versions (#11037)

This is an automated email from the ASF dual-hosted git repository.

xbli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 393f80bbe2 Upgrading spark versions (#11037)
393f80bbe2 is described below

commit 393f80bbe2e0b80f56e25a6f2c6e667b4c606df9
Author: swaminathanmanish <12...@users.noreply.github.com>
AuthorDate: Fri Jul 7 08:23:20 2023 -0700

    Upgrading spark versions (#11037)
---
 pinot-connectors/pinot-spark-2-connector/pom.xml                        | 2 +-
 .../pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pinot-connectors/pinot-spark-2-connector/pom.xml b/pinot-connectors/pinot-spark-2-connector/pom.xml
index 122a419878..0275c98dee 100644
--- a/pinot-connectors/pinot-spark-2-connector/pom.xml
+++ b/pinot-connectors/pinot-spark-2-connector/pom.xml
@@ -33,7 +33,7 @@
   <url>https://pinot.apache.org/</url>
   <properties>
     <pinot.root>${basedir}/../..</pinot.root>
-    <spark.version>2.4.5</spark.version>
+    <spark.version>2.4.6</spark.version>
     <paranamer.version>2.8</paranamer.version>
     <scalaxml.version>1.3.0</scalaxml.version>
     <scalatest.version>3.1.1</scalatest.version>
diff --git a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml
index 13a5fa2cb4..ec69201898 100644
--- a/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml
+++ b/pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-spark-2.4/pom.xml
@@ -37,7 +37,7 @@
     <pinot.root>${basedir}/../../..</pinot.root>
     <phase.prop>package</phase.prop>
     <scala.major.version>2.11</scala.major.version>
-    <spark.version>2.4.0</spark.version>
+    <spark.version>2.4.6</spark.version>
     <scala.minor.version>2.11.11</scala.minor.version>
   </properties>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org