wolfboys commented on code in PR #3564:
URL: 
https://github.com/apache/incubator-streampark/pull/3564#discussion_r1496050380


##########
streampark-flink/streampark-flink-client/streampark-flink-client-core/src/main/scala/org/apache/streampark/flink/client/trait/FlinkClientTrait.scala:
##########
@@ -102,7 +102,11 @@ trait FlinkClientTrait extends Logger {
         }
       case _ =>
         if (submitRequest.userJarFile != null) {
-          val uri = 
PackagedProgramUtils.resolveURI(submitRequest.userJarFile.getAbsolutePath)
+          var jarPath = submitRequest.userJarFile.getAbsolutePath

Review Comment:
   Thanks very much for your contribution. It is not recommended to make 
changes to the code here. You can make changes to the path in the 
ApplicationService as follows: 
   
   before:
   <img width="835" alt="image" 
src="https://github.com/apache/incubator-streampark/assets/13284744/fdf040f2-af53-407b-aec1-6ac3e5845494";>
   
   after:
   <img width="912" alt="image" 
src="https://github.com/apache/incubator-streampark/assets/13284744/87c40968-b035-4a40-890d-28446358a0f0";>
   
   You can do a global search to improve all the path concat in this way. 
Looking forward to your updates! 🌟
   
   
   



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