[KYUUBI #4338] Bump Spark from 3.3.1 to 3.3.2
### _Why are the changes needed?_ close #4338 . ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4339 from a49a/bump-spark332. Closes #4338 6c741d82 [Luning Wang] [KYUUBI #4338] Bump Spark from 3.3.1 to 3.3.2 Authored-by: Luning Wang <wang4luning@gmail.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
parent
e647cc910c
commit
9aebeb8e77
@ -24,7 +24,7 @@ KYUUBI_HADOOP_VERSION=3.3.4
|
||||
POSTGRES_VERSION=12
|
||||
POSTGRES_JDBC_VERSION=42.3.4
|
||||
SCALA_BINARY_VERSION=2.12
|
||||
SPARK_VERSION=3.3.1
|
||||
SPARK_VERSION=3.3.2
|
||||
SPARK_BINARY_VERSION=3.3
|
||||
SPARK_HADOOP_VERSION=3.3.2
|
||||
ZOOKEEPER_VERSION=3.6.3
|
||||
|
||||
@ -143,7 +143,7 @@ To install Spark, you need to unpack the tarball. For example,
|
||||
|
||||
.. code-block::
|
||||
|
||||
$ tar zxf spark-3.3.1-bin-hadoop3.tgz
|
||||
$ tar zxf spark-3.3.2-bin-hadoop3.tgz
|
||||
|
||||
Configuration
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
@ -54,7 +54,7 @@ class KyuubiOnKubernetesWithSparkTestsBase extends WithKyuubiServerOnKubernetes
|
||||
super.connectionConf ++
|
||||
Map(
|
||||
"spark.master" -> s"k8s://$miniKubeApiMaster",
|
||||
"spark.kubernetes.container.image" -> "apache/spark:3.3.1",
|
||||
"spark.kubernetes.container.image" -> "apache/spark:3.3.2",
|
||||
"spark.executor.memory" -> "512M",
|
||||
"spark.driver.memory" -> "1024M",
|
||||
"spark.kubernetes.driver.request.cores" -> "250m",
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -188,7 +188,7 @@
|
||||
DO NOT forget to change the following properties when change the minor version of Spark:
|
||||
`delta.version`, `maven.plugin.scalatest.exclude.tags`
|
||||
-->
|
||||
<spark.version>3.3.1</spark.version>
|
||||
<spark.version>3.3.2</spark.version>
|
||||
<spark.binary.version>3.3</spark.binary.version>
|
||||
<spark.archive.name>spark-${spark.version}-bin-hadoop3.tgz</spark.archive.name>
|
||||
<spark.archive.mirror>${apache.archive.dist}/spark/spark-${spark.version}</spark.archive.mirror>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user