apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.88k stars 4.63k forks source link

[Bug] [dolphinscheduler-task-Shell] cluster mode error NoSuchFileException: /mnt/dolphinscheduler/exec/process/.../htdws.jar #16332

Closed 13535048320 closed 4 months ago

13535048320 commented 4 months ago

Search before asking

What happened

When I execute a task using deploy mode cluster, the log reports an error: java.nio.file.NoSuchFileException: /mnt/dolphinscheduler/exec/process/root/13678491633376/14140779565280_6/133/307/spark/dws/htdws-1.0-SNAPSHOT-jar-with-dependencies.jar. Observing the directory reveals that the jar package was previously present, but it was automatically deleted beforce spark-submit command. image

What you expected to happen

Why is the JAR file being deleted?

How to reproduce

Run task.

Anything else

No response

Version

3.2.x

Are you willing to submit PR?

Code of Conduct