MonsterChenzhuo commented on code in PR #1910:
URL: 
https://github.com/apache/incubator-streampark/pull/1910#discussion_r1006524627


##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/core/service/impl/ApplicationServiceImpl.java:
##########
@@ -1361,6 +1368,11 @@ public void start(Application appParam, boolean auto) 
throws Exception {
         } else {
             if 
(ExecutionMode.isKubernetesApplicationMode(application.getExecutionMode())) {
                 AssertUtils.state(buildResult != null);
+                String flinkConfPath = 
String.format("%s/conf/flink-conf.yaml", flinkEnv.getFlinkHome());
+                ParameterTool parameter = 
ParameterTool.fromPropertiesFile(flinkConfPath);

Review Comment:
                   String fsPath = 
Optional.ofNullable(parameter.get(JobManagerOptions.ARCHIVE_DIR.key())).orElse(archivePath);
                   
   How to flink-conf.yaml configuration no, will go to the default 
:orElse(archivePath)



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