[X] I had searched in the issues and found no similar issues.
What happened
The configuration script I will use can be executed with shell commands. However, when it is converted into the JSON format and used with the submit-job interface, an error occurs. It shows that the table does not exist on the Doris side. But when I use the shell script, the table will be automatically created.
The task can be submitted successfully, but it will fail after one minute, reporting that the Doris table does not exist.
Could you please check if there is something wrong with my configuration file? The examples about the JSON format of the interface in the official documentation are limited.
Search before asking
What happened
The configuration script I will use can be executed with shell commands. However, when it is converted into the JSON format and used with the submit-job interface, an error occurs. It shows that the table does not exist on the Doris side. But when I use the shell script, the table will be automatically created.
The task can be submitted successfully, but it will fail after one minute, reporting that the Doris table does not exist.
Could you please check if there is something wrong with my configuration file? The examples about the JSON format of the interface in the official documentation are limited.
我将使用的配置脚本,使用 shell 命令可以执行,当转成 json 格式使用submit-job 接口时报错,显示报错 Doris 端不存在表,但我使用 shell 脚本时,是会自动建表的 任务能提交成功,但是过 1分钟就会失败,报错 doris 表不存在 麻烦看看是不是我配置文件写的有问题? 官方文档上关于接口 json格式的示例有限
SeaTunnel Version
2.3.8
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
Zeta
Java or Scala Version
1.8
Screenshots
Are you willing to submit PR?
Code of Conduct