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/06/06 14:16:48 UTC

[GitHub] [incubator-seatunnel] gaojun2048 commented on pull request #1948: Add SeaTunnel Engine

gaojun2048 commented on PR #1948:
URL: https://github.com/apache/incubator-seatunnel/pull/1948#issuecomment-1147498065

   > hi @gaojun2048, looked over your patch, it seems like a scaled-down flink, can the engine run on other resource framework? like yarn or kerberos?
   
   Yes, it looks like a scaled down Flink. Flink is very mature in task scheduling and running. In order to quickly complete the functions of a basic version, I tried to refer to Flink in my design, because many designs in Flink are easier to be accepted. When we can run basic task scheduling and task execution, Next, we should focus on the problems that seatunnel engine really needs to solve. The design goal of seatunnel engine is to solve the problems in these data synchronization scenarios, rather than developing a computing engine like Flink.
   
   > can the engine run on other resource framework? like yarn or kerberos?
   
   Yes, I hope the seatunnel engine can support yarn and k8s, but I can't do such a huge job alone. I need the support and help of the community.


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