gyfora commented on code in PR #24436:
URL: https://github.com/apache/flink/pull/24436#discussion_r1512844813


##########
flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/utils/JarHandlerUtils.java:
##########
@@ -147,16 +149,14 @@ public void applyToConfiguration(
             configuration.set(CoreOptions.DEFAULT_PARALLELISM, parallelism);
 
             final PackagedProgram program = toPackagedProgram(configuration);
+            final List<URL> classpaths = getClasspaths(configuration);

Review Comment:
   I guess the alternative would be to fix the `toPackagedProgram` logic to set 
the class paths.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to