cshuo commented on code in PR #13480:
URL: https://github.com/apache/hudi/pull/13480#discussion_r2221953320


##########
packaging/bundle-validation/ci_run.sh:
##########
@@ -53,36 +54,29 @@ elif [[ -n "$MAVEN_BASE_URL" ]]; then
 fi
 
 # choose versions based on build profiles
-if [[ ${SPARK_RUNTIME} == 'spark3.3.1' ]]; then
+REPO_NAME=apachehudi
+if [[ ${SPARK_RUNTIME} == 'spark3.3.4' ]]; then
   HADOOP_VERSION=2.7.7
   HIVE_VERSION=3.1.3
   DERBY_VERSION=10.14.1.0
-  FLINK_VERSION=1.15.3
-  SPARK_VERSION=3.3.1
-  SPARK_HADOOP_VERSION=2
-  CONFLUENT_VERSION=5.5.12
-  KAFKA_CONNECT_HDFS_VERSION=10.1.13
-  IMAGE_TAG=flink1153hive313spark331
-elif [[ ${SPARK_RUNTIME} == 'spark3.3.4' ]]; then
-  HADOOP_VERSION=2.7.7
-  HIVE_VERSION=3.1.3
-  DERBY_VERSION=10.14.1.0
-  FLINK_VERSION=1.15.3
+  FLINK_VERSION=1.17.1
   SPARK_VERSION=3.3.4
   SPARK_HADOOP_VERSION=2
   CONFLUENT_VERSION=5.5.12
   KAFKA_CONNECT_HDFS_VERSION=10.1.13
-  IMAGE_TAG=flink1153hive313spark334
+  REPO_NAME=icshuo

Review Comment:
   will be replaced with Hudi public docker repo when images are ready.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to