You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-09-04 09:27:44,885 ERROR org.apache.seatunnel.core.starter.SeaTunnel [] - Reason:ErrorCode:[COMMON-22], ErrorDescription:[SeaTunnel read file '/data/dolphinScheduler/exec/process/video/118325094409344/118678805354560_9/47/83/seatunnel_47_83.conf' failed, because it not existed.]
2024-09-04 09:27:44,887 ERROR org.apache.seatunnel.core.starter.SeaTunnel [] - Exception StackTrace:org.apache.seatunnel.common.exception.SeaTunnelRuntimeException: ErrorCode:[COMMON-22], ErrorDescription:[SeaTunnel read file '/data/dolphinScheduler/exec/process/video/118325094409344/118678805354560_9/47/83/seatunnel_47_83.conf' failed, because it not existed.]
at org.apache.seatunnel.common.exception.CommonError.fileNotExistFailed(CommonError.java:86)
at org.apache.seatunnel.core.starter.utils.FileUtils.checkConfigExist(FileUtils.java:66)
at org.apache.seatunnel.core.starter.flink.command.FlinkTaskExecuteCommand.execute(FlinkTaskExecuteCommand.java:50)
at org.apache.seatunnel.core.starter.SeaTunnel.run(SeaTunnel.java:40)
at org.apache.seatunnel.core.starter.flink.SeaTunnelFlink.main(SeaTunnelFlink.java:34)
What you expected to happen
For application mode, external cluster needs to have access to the configuration file of the Seatunnel task.
How to reproduce
Configuration file of Seatunnel task can be stored by Dolphin's storage mechanism, and the file can be deleted after the task is submitted.
Search before asking
What happened
When deploying flink task in run-application mode, config file not found.
2024-09-04 09:27:44,885 ERROR org.apache.seatunnel.core.starter.SeaTunnel [] - Fatal Error,
2024-09-04 09:27:44,885 ERROR org.apache.seatunnel.core.starter.SeaTunnel [] - Please submit bug report in https://github.com/apache/seatunnel/issues
2024-09-04 09:27:44,885 ERROR org.apache.seatunnel.core.starter.SeaTunnel [] - Reason:ErrorCode:[COMMON-22], ErrorDescription:[SeaTunnel read file '/data/dolphinScheduler/exec/process/video/118325094409344/118678805354560_9/47/83/seatunnel_47_83.conf' failed, because it not existed.]
2024-09-04 09:27:44,887 ERROR org.apache.seatunnel.core.starter.SeaTunnel [] - Exception StackTrace:org.apache.seatunnel.common.exception.SeaTunnelRuntimeException: ErrorCode:[COMMON-22], ErrorDescription:[SeaTunnel read file '/data/dolphinScheduler/exec/process/video/118325094409344/118678805354560_9/47/83/seatunnel_47_83.conf' failed, because it not existed.]
at org.apache.seatunnel.common.exception.CommonError.fileNotExistFailed(CommonError.java:86)
at org.apache.seatunnel.core.starter.utils.FileUtils.checkConfigExist(FileUtils.java:66)
at org.apache.seatunnel.core.starter.flink.command.FlinkTaskExecuteCommand.execute(FlinkTaskExecuteCommand.java:50)
at org.apache.seatunnel.core.starter.SeaTunnel.run(SeaTunnel.java:40)
at org.apache.seatunnel.core.starter.flink.SeaTunnelFlink.main(SeaTunnelFlink.java:34)
What you expected to happen
For application mode, external cluster needs to have access to the configuration file of the Seatunnel task.
How to reproduce
Configuration file of Seatunnel task can be stored by Dolphin's storage mechanism, and the file can be deleted after the task is submitted.
Anything else
No response
Version
3.2.x
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: