liunaijie commented on issue #6832: URL: https://github.com/apache/seatunnel/issues/6832#issuecomment-2105623201
> > try this way to verify: > > > > 1. submit `v2.streaming.conf.template` config ( this is streaming job config) > > 2. login flink ui check running flink jobs, check whether this job has submitted to your flink cluster. > > 3. 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` : 1. update `env.parallelism` and `FakeSource.parallelism` to 1 2. update `FakeSource.row.num` to 100 Then it can run well. i can see the result in taskmanager's log.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
