You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/20 10:16:31 UTC

[GitHub] [flink-training] NicoK commented on a diff in pull request #45: [FLINK-25313] Enable flink runtime web-ui

NicoK commented on code in PR #45:
URL: https://github.com/apache/flink-training/pull/45#discussion_r853966860


##########
build.gradle:
##########
@@ -87,6 +87,7 @@ subprojects {
         shadow "org.apache.flink:flink-java:${flinkVersion}"
         shadow "org.apache.flink:flink-streaming-java_${scalaBinaryVersion}:${flinkVersion}"
         shadow "org.apache.flink:flink-streaming-scala_${scalaBinaryVersion}:${flinkVersion}"
+        shadow "org.apache.flink:flink-runtime-web_${scalaBinaryVersion}:${flinkVersion}"

Review Comment:
   ```suggestion
           
           // allows using Flink's web UI when running in the IDE:
           shadow "org.apache.flink:flink-runtime-web_${scalaBinaryVersion}:${flinkVersion}"
   ```



-- 
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: issues-unsubscribe@flink.apache.org

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