You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/03/28 06:10:19 UTC

[GitHub] [incubator-kyuubi] pan3793 opened a new issue #2238: [FEATURE] Support Flink 1.15

pan3793 opened a new issue #2238:
URL: https://github.com/apache/incubator-kyuubi/issues/2238


   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   
   
   ### Search before asking
   
   - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Describe the feature
   
   Flink [1.15.0 RC0](https://www.mail-archive.com/dev@flink.apache.org/msg55335.html) is out, Kyuubi needs to support it.
   
   BTW, considering the frequent changes of the Flink API and the resource limitations of Kyuubi, we need to discuss Kyuubi's support for Flink's version strategy. 
   
   ### Motivation
   
   _No response_
   
   ### Describe the solution
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] link3280 commented on issue #2238: [FEATURE] Support Flink 1.15

Posted by GitBox <gi...@apache.org>.
link3280 commented on issue #2238:
URL: https://github.com/apache/incubator-kyuubi/issues/2238#issuecomment-1080370851


   Flink adopts a time-based release strategy and releases a new version every 3-4 months. However, most companies wouldn't follow very closely and might stick to some favorable version for some time (I think 1.11/1.12 still has the most user base). Thus, I think it's good to support the latest 3 versions if possible (Flink officially maintained versions plus 1), to leave some time for users to upgrade. 


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] link3280 edited a comment on issue #2238: [FEATURE] Support Flink 1.15

Posted by GitBox <gi...@apache.org>.
link3280 edited a comment on issue #2238:
URL: https://github.com/apache/incubator-kyuubi/issues/2238#issuecomment-1080370851


   Flink adopts a time-based release strategy and releases a new version every 3-4 months. However, most companies wouldn't follow very closely and might stick to some favorable version for some time (I think 1.11/1.12 still has the largest user base). Thus, I think it's good to support the latest 3 versions if possible (Flink officially maintained versions plus 1), to leave some time for users to upgrade. 


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] KenjiFujima edited a comment on issue #2238: [FEATURE] Support Flink 1.15

Posted by GitBox <gi...@apache.org>.
KenjiFujima edited a comment on issue #2238:
URL: https://github.com/apache/incubator-kyuubi/issues/2238#issuecomment-1080401596


   @pan3793 @deadwind4 @link3280, thanks for the feedback of the Flink engine support. Flink 1.15 version is delayed and will release for some time. IMO, Multi-version support is actually using reflection, which could refer to [FlinkShims](https://github.com/apache/zeppelin/blob/master/flink/flink-shims/src/main/java/org/apache/zeppelin/flink/FlinkShims.java) of Zepplin. Thus, the Flink engine could support the latest three versions, which is also support three versions in Zepplin.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] deadwind4 commented on issue #2238: [FEATURE] Support Flink 1.15

Posted by GitBox <gi...@apache.org>.
deadwind4 commented on issue #2238:
URL: https://github.com/apache/incubator-kyuubi/issues/2238#issuecomment-1080255324


   I will research Apache Zeppelin's code of supporting the Flink multiple version.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] yanghua commented on issue #2238: [FEATURE] Support Flink 1.15

Posted by GitBox <gi...@apache.org>.
yanghua commented on issue #2238:
URL: https://github.com/apache/incubator-kyuubi/issues/2238#issuecomment-1080406074


   > Flink adopts a time-based release strategy and releases a new version every 3-4 months. However, most companies wouldn't follow very closely and might stick to some favorable version for some time (I think 1.11/1.12 still has the largest user base). Thus, I think it's good to support the latest 3 versions if possible (Flink officially maintained versions plus 1), to leave some time for users to upgrade.
   
   +1 for maintaining multiple Flink versions (I am ok about 2 or 3).


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] KenjiFujima edited a comment on issue #2238: [FEATURE] Support Flink 1.15

Posted by GitBox <gi...@apache.org>.
KenjiFujima edited a comment on issue #2238:
URL: https://github.com/apache/incubator-kyuubi/issues/2238#issuecomment-1080401596


   @pan3793 @deadwind4 @link3280, thanks for the feedback of the Flink engine support. Flink 1.15 version is delayed and will release for some time. IMO, Multi-version support is actually using reflection, which could refer to [FlinkShims](https://github.com/apache/zeppelin/blob/master/flink/flink-shims/src/main/java/org/apache/zeppelin/flink/FlinkShims.java) of Zepplin. Thus, the Flink engine could support the latest three versions, which is also support three versions in Zepplin.
   BTW, I would like to take this ticket for Flink 1.15 release.


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] KenjiFujima commented on issue #2238: [FEATURE] Support Flink 1.15

Posted by GitBox <gi...@apache.org>.
KenjiFujima commented on issue #2238:
URL: https://github.com/apache/incubator-kyuubi/issues/2238#issuecomment-1080401596


   @pan3793 @deadwind4 @link3280, thanks for the feedback of the Flink engine support. Flink 1.15 version is delayed and will release for some time. IMO, the multiple Flink version support could refer to the implementation of the Zeppelin, which is currently supported by @zjffdu.
   @zjffdu, could you please give some suggestion for the multiple Flink version support?


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org


[GitHub] [incubator-kyuubi] pan3793 commented on issue #2238: [FEATURE] Support Flink 1.15

Posted by GitBox <gi...@apache.org>.
pan3793 commented on issue #2238:
URL: https://github.com/apache/incubator-kyuubi/issues/2238#issuecomment-1080238201


   cc @SteNicholas @yanghua @link3280 @deadwind4 


-- 
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: notifications-unsubscribe@kyuubi.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org