Open zhouhoo opened 5 months ago
you submitted config is fake source to console, the console out is print in your worker node. not your submit job node.
you can update the config, write data to a local file or other connector, then verify the result
you submitted config is fake source to console, the console out is print in your worker node. not your submit job node.
flink worker node? I start flink 、seatunnel all on same host, only one host. just a quick start.
you can update the config, write data to a local file or other connector, then verify the result
I also sink to mysql database, no data sinked in.
try this way to verify:
v2.streaming.conf.template
config ( this is streaming job config)try this way to verify:
- submit
v2.streaming.conf.template
config ( this is streaming job config)- login flink ui check running flink jobs, check whether this job has submitted to your flink cluster.
- check log
I tried, job was successfully submitted to flink, no error ,running status. but no data consuming. flink logs print some checkpoings was done successfully. seatunnel has no log output.
try this way to verify:
- submit
v2.streaming.conf.template
config ( this is streaming job config)- login flink ui check running flink jobs, check whether this job has submitted to your flink cluster.
- check log
I tried, job was successfully submitted to flink, no error ,running status. but no data consuming. flink logs print some checkpoings was done successfully. seatunnel has no log output.
Hi, i package from dev, using flink 1.13.5.
some update to v2.streaming.conf.template
:
env.parallelism
and FakeSource.parallelism
to 1FakeSource.row.num
to 100Then it can run well. i can see the result in taskmanager's log.
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
Search before asking
What happened
When I try seatunne on flink as offical doc says in the link, I got no error , flink job running but console had NO sink data output as the doc says!!! I tried to ask slack channel for help ,but slack link is outdated!!! BTW, I tried to sink to mysql database, still no data sinked!
SeaTunnel Version
2.3.3
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
flink 1.13.5
Java or Scala Version
No response
Screenshots
Are you willing to submit PR?
Code of Conduct