Skip to content

Commit da4efb4

Browse files
authored
BIGTOP-4099: Upgrade Flink to 1.17.2 (#1261)
1 parent 6cc67dc commit da4efb4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bigtop-packages/src/common/zeppelin/do-component-build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ ZEPPELIN_SCALA_BINARY_VERSION=${SCALA_VERSION%.*}
3131
ZEPPELIN_SPARK_VERSION=${SPARK_VERSION%.*}
3232

3333
BUILD_OPTS="-Dhadoop3.3.version=${HADOOP_VERSION} \
34-
-Dflink1.16.version=${FLINK_VERSION} \
34+
-Dflink1.17.version=${FLINK_VERSION} \
3535
-Dflink.scala.version=${SCALA_VERSION} \
3636
-Dlivy.version=${ZEPPELIN_LIVY_VERSION} \
3737
-Pbuild-distr \
3838
-Phadoop3 \
39-
-Pflink-116 \
39+
-Pflink-117 \
4040
-Pspark-scala-${ZEPPELIN_SCALA_BINARY_VERSION} \
4141
-Pspark-${ZEPPELIN_SPARK_VERSION} \
4242
-Pweb-dist"

bigtop.bom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ bigtop {
234234
name = 'flink'
235235
rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_")
236236
relNotes = 'Apache Flink'
237-
version { base = '1.16.2'; pkg = base; release = 1 }
237+
version { base = '1.17.2'; pkg = base; release = 1 }
238238
tarball { destination = "$name-${version.base}.tar.gz"
239239
source = "$name-${version.base}-src.tgz" }
240240
url { download_path = "/$name/$name-${version.base}"
@@ -315,7 +315,7 @@ bigtop {
315315
name = 'zeppelin'
316316
rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_")
317317
relNotes = 'Apache Zeppelin'
318-
version { base = '0.11.0'; pkg = base; release = 1 }
318+
version { base = '0.11.0'; pkg = base; release = 2 }
319319
tarball { source = "$name-${version.base}.tgz"
320320
destination = "$name-${version.base}.tar.gz" }
321321
url { download_path = "/$name/$name-${version.base}/"

0 commit comments

Comments
 (0)