Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [plugin] Failed start seatunnel task #16582

Closed
3 tasks done
hanhanzhang opened this issue Sep 4, 2024 · 0 comments
Closed
3 tasks done

[Bug] [plugin] Failed start seatunnel task #16582

hanhanzhang opened this issue Sep 4, 2024 · 0 comments
Labels
bug Something isn't working Waiting for reply Waiting for reply

Comments

@hanhanzhang
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

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?

  • Yes I am willing to submit a PR!

Code of Conduct

@hanhanzhang hanhanzhang added bug Something isn't working Waiting for reply Waiting for reply labels Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Waiting for reply Waiting for reply
Projects
None yet
Development

No branches or pull requests

1 participant