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 16:42:18 UTC

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

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


##########
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:
   No problem. Hope I'm not intruding. I work in the Apache Iceberg community mostly, and have been using some beta builds of this PR for Flink 1.15 testing.



-- 
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