yzbin opened a new issue #1349:
URL: https://github.com/apache/incubator-seatunnel/issues/1349


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22bug%22)
 and found no similar issues.
   
   
   ### What happened
   
   When I running the quick start demo according to the official document.
   I chois the flink version  Flink 1.12 , SeaTunnel 2.0.4
   He will report thne error .
   Caused by: java.lang.ClassNotFoundException: 
org.apache.flink.table.api.java.StreamTableEnvironment
   
   I see the 2.0.4 source code , it use  flink 1.9.0 
   The reason is that  flink table api change the bag since 1.12  or 1.11 
   The quick start  official document should be more rigorous .
   
   ### SeaTunnel Version
   
    2.0.4
   
   ### SeaTunnel Config
   
   ```conf
   default config 
   add the FLINK_HOME
   ```
   
   
   ### Running Command
   
   ```shell
   cd seatunnel
   ./bin/start-seatunnel-flink.sh \
   --config ./config/application.conf
   ```
   
   
   ### Error Exception
   
   ```log
   Caused by: java.lang.ClassNotFoundException: 
org.apache.flink.table.api.java.StreamTableEnvironment
   ```
   
   
   ### Flink or Spark Version
   
   Flink 1.12.6
   
   ### Java or Scala Version
   
   2.11
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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