You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2022/05/03 23:29:56 UTC

[GitHub] [zeppelin] zjffdu commented on a diff in pull request #4335: [DRFAT] [ZEPPELIN-5600] Support Flink 1.15

zjffdu commented on code in PR #4335:
URL: https://github.com/apache/zeppelin/pull/4335#discussion_r864330520


##########
flink/flink-scala-parent/pom.xml:
##########
@@ -41,10 +41,19 @@
     <hive.version>2.3.4</hive.version>
     <hiverunner.version>4.0.0</hiverunner.version>
     <grpc.version>1.15.0</grpc.version>
+    <!-- Start from 1.15 flink is scala free (no scala version in its artifact) -->
+    <flink.library.scala.suffix>_${flink.scala.binary.version}</flink.library.scala.suffix>
 
     <flink.bin.download.url>https://archive.apache.org/dist/flink/flink-${flink.version}/flink-${flink.version}-bin-scala_${flink.scala.binary.version}.tgz</flink.bin.download.url>
   </properties>
 
+  <repositories>
+    <repository>
+      <id>flink-115-repo</id>
+      <name>flink-115-repo</name>
+      <url>https://repository.apache.org/content/repositories/orgapacheflink-1488/</url>
+    </repository>
+  </repositories>

Review Comment:
   That's awesome, I am creating an iceberg tutorial in Zeppelin notebook, hope that will be helpful for iceberg community



-- 
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: dev-unsubscribe@zeppelin.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org