kbendick commented on code in PR #4335: URL: https://github.com/apache/zeppelin/pull/4335#discussion_r861435319
########## 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: Flink 1.15 has been released, so all of the staging repositories for the release candidates have been taken down per ASF policy. Note the 1.15.0 jar for `flink-streaming-java` on maven central: https://mvnrepository.com/artifact/org.apache.flink/flink-streaming-java/1.15.0 🙂 -- 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