File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
bigtop-packages/src/common/zeppelin Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ ZEPPELIN_SCALA_BINARY_VERSION=${SCALA_VERSION%.*}
3131ZEPPELIN_SPARK_VERSION=${SPARK_VERSION% .* }
3232
3333BUILD_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"
Original file line number Diff line number Diff 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}/"
You can’t perform that action at this time.
0 commit comments