You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "kksxf (via GitHub)" <gi...@apache.org> on 2023/05/20 07:18:33 UTC

[GitHub] [incubator-seatunnel] kksxf commented on issue #4788: [Bug] failed to run seatunnel with flink operator following the guidance of document

kksxf commented on issue #4788:
URL: https://github.com/apache/incubator-seatunnel/issues/4788#issuecomment-1555773632

   As mentioned earlier, there are several places in the document: [Set Up with Kubernetes v2.3.1](https://seatunnel.apache.org/docs/2.3.1/start-v2/kubernetes/) that have to be modified if you want to run the demo on flink operator (flink version 1.13)
   
   1. The jarURI in FlinkDeployment should be modified to `local:///opt/seatunnel/starter/seatunnel-flink-13-starter.jar`
   2. The entryClass in FlinkDeployment should be modified to `org.apache.seatunnel.core.starter.flink.SeaTunnelFlink`
   3. The redundant whitespace around the equal sign have to be removed while setting `SEATUNNEL_HOME` in Dockerfile, otherwise the seatunnel cannot find the plugins in the right path
   
   If i am wrong about something, please let me know
   
   


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