islandgit opened a new issue #3456:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3456
在DolphinScheduler创建完工作流,并制定完JAR,在运行时总出现找不到JAR的情况
org.apache.flink.client.cli.CliArgsException: Could not build the
program from JAR file.
at
org.apache.flink.client.cli.CliFrontend.run(CliFrontend.java:200)
at
org.apache.flink.client.cli.CliFrontend.parseParameters(CliFrontend.java:893)
at
org.apache.flink.client.cli.CliFrontend.lambda$main$10(CliFrontend.java:966)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:422)
at
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1875)
at
org.apache.flink.runtime.security.HadoopSecurityContext.runSecured(HadoopSecurityContext.java:41)
at
org.apache.flink.client.cli.CliFrontend.main(CliFrontend.java:966)
Caused by: java.io.FileNotFoundException: JAR file does not exist: -yn
at
org.apache.flink.client.cli.CliFrontend.getJarFile(CliFrontend.java:717)
[INFO] 2020-08-10 18:00:24.569 - [taskAppId=TASK-3-20-24]:[121] - ->
at org.apache.flink.client.cli.CliFrontend.buildProgram(CliFrontend.java:693)
at
org.apache.flink.client.cli.CliFrontend.run(CliFrontend.java:197)
... 7 common frames omitted
Could not build the program from JAR file.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]