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

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


The following commit(s) were added to refs/heads/master by this push:
     new e2e96ab41e3 [HUDI-7082] Add Flink 1.14 and Spark 3.13 docker image 
script (#10066)
e2e96ab41e3 is described below

commit e2e96ab41e35f7c78cf7bb77becb8ce00f152cd9
Author: Danny Chan <[email protected]>
AuthorDate: Mon Nov 13 14:49:05 2023 +0800

    [HUDI-7082] Add Flink 1.14 and Spark 3.13 docker image script (#10066)
---
 ...link1136hive313spark313.sh => build_flink1146hive313spark313.sh} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packaging/bundle-validation/base/build_flink1136hive313spark313.sh 
b/packaging/bundle-validation/base/build_flink1146hive313spark313.sh
similarity index 80%
rename from packaging/bundle-validation/base/build_flink1136hive313spark313.sh
rename to packaging/bundle-validation/base/build_flink1146hive313spark313.sh
index 721515e8674..ee5308ff897 100755
--- a/packaging/bundle-validation/base/build_flink1136hive313spark313.sh
+++ b/packaging/bundle-validation/base/build_flink1146hive313spark313.sh
@@ -19,8 +19,8 @@
 
 docker build \
  --build-arg HIVE_VERSION=3.1.3 \
- --build-arg FLINK_VERSION=1.13.6 \
+ --build-arg FLINK_VERSION=1.14.6 \
  --build-arg SPARK_VERSION=3.1.3 \
  --build-arg SPARK_HADOOP_VERSION=2.7 \
- -t hudi-ci-bundle-validation-base:flink1136hive313spark313 .
-docker image tag hudi-ci-bundle-validation-base:flink1136hive313spark313 
apachehudi/hudi-ci-bundle-validation-base:flink1136hive313spark313
+ -t hudi-ci-bundle-validation-base:flink1146hive313spark313 .
+docker image tag hudi-ci-bundle-validation-base:flink1146hive313spark313 
apachehudi/hudi-ci-bundle-validation-base:flink1146hive313spark313

Reply via email to