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

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


The following commit(s) were added to refs/heads/master by this push:
     new da4efb482 BIGTOP-4099: Upgrade Flink to 1.17.2 (#1261)
da4efb482 is described below

commit da4efb4827fdae4800f2506db176173a40e7f00b
Author: timyuer <[email protected]>
AuthorDate: Thu Jul 11 12:44:22 2024 +0800

    BIGTOP-4099: Upgrade Flink to 1.17.2 (#1261)
---
 bigtop-packages/src/common/zeppelin/do-component-build | 4 ++--
 bigtop.bom                                             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bigtop-packages/src/common/zeppelin/do-component-build 
b/bigtop-packages/src/common/zeppelin/do-component-build
index bdf5d8183..c73dc644d 100644
--- a/bigtop-packages/src/common/zeppelin/do-component-build
+++ b/bigtop-packages/src/common/zeppelin/do-component-build
@@ -31,12 +31,12 @@ ZEPPELIN_SCALA_BINARY_VERSION=${SCALA_VERSION%.*}
 ZEPPELIN_SPARK_VERSION=${SPARK_VERSION%.*}
 
 BUILD_OPTS="-Dhadoop3.3.version=${HADOOP_VERSION} \
-            -Dflink1.16.version=${FLINK_VERSION} \
+            -Dflink1.17.version=${FLINK_VERSION} \
             -Dflink.scala.version=${SCALA_VERSION} \
             -Dlivy.version=${ZEPPELIN_LIVY_VERSION} \
             -Pbuild-distr \
             -Phadoop3 \
-            -Pflink-116 \
+            -Pflink-117 \
             -Pspark-scala-${ZEPPELIN_SCALA_BINARY_VERSION} \
             -Pspark-${ZEPPELIN_SPARK_VERSION} \
             -Pweb-dist"
diff --git a/bigtop.bom b/bigtop.bom
index 52587fd39..564189354 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -234,7 +234,7 @@ bigtop {
       name    = 'flink'
       rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_")
       relNotes = 'Apache Flink'
-      version { base = '1.16.2'; pkg = base; release = 1 }
+      version { base = '1.17.2'; pkg = base; release = 1 }
       tarball { destination = "$name-${version.base}.tar.gz"
                 source      = "$name-${version.base}-src.tgz" }
       url     { download_path = "/$name/$name-${version.base}"
@@ -315,7 +315,7 @@ bigtop {
       name    = 'zeppelin'
       rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_")
       relNotes = 'Apache Zeppelin'
-      version { base = '0.11.0'; pkg = base; release = 1 }
+      version { base = '0.11.0'; pkg = base; release = 2 }
       tarball { source      = "$name-${version.base}.tgz"
                 destination = "$name-${version.base}.tar.gz" }
       url     { download_path = "/$name/$name-${version.base}/"

Reply via email to