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 too, 
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-unsubscr...@zeppelin.apache.org

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

Reply via email to