lhyundeadsoul commented on PR #2036:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2036#issuecomment-1171045304

   > 
   
   a new error occur
   ```
   Caused by: java.lang.RuntimeException: No data sinks have been created yet. 
A program needs at least one sink that consumes data. Examples are writing the 
data set or printing it.
        at 
org.apache.flink.api.java.ExecutionEnvironment.createProgramPlan(ExecutionEnvironment.java:1170)
        at 
org.apache.flink.api.java.ExecutionEnvironment.getExecutionPlan(ExecutionEnvironment.java:1076)
        at 
org.apache.seatunnel.flink.batch.FlinkBatchExecution.start(FlinkBatchExecution.java:76)
        at 
org.apache.seatunnel.core.flink.command.FlinkTaskExecuteCommand.execute(FlinkTaskExecuteCommand.java:81)
        ... 15 more
   ```
   
   I working on it


-- 
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]

Reply via email to