You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/02/26 17:14:13 UTC

[GitHub] [incubator-seatunnel] yzbin opened a new issue #1349: First Flink Start Running in Flink 1.12 , SeaTunnel 2.0.4

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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-seatunnel] CalvinKirs commented on issue #1349: First Flink Start Running in Flink 1.12 , SeaTunnel 2.0.4

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #1349:
URL: https://github.com/apache/incubator-seatunnel/issues/1349#issuecomment-1056952179


   2.0.4 is a non-Apache version, I'll update the instructions later. Thanks for your feedback


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-seatunnel] CalvinKirs commented on issue #1349: First Flink Start Running in Flink 1.12 , SeaTunnel 2.0.4

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #1349:
URL: https://github.com/apache/incubator-seatunnel/issues/1349#issuecomment-1056953164


   Or could you update the documentation to account for this? Your contribution is very welcome


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org