apache / kyuubi

Apache Kyuubi is a distributed and multi-tenant gateway to provide serverless SQL on data warehouses and lakehouses.
https://kyuubi.apache.org/
Apache License 2.0
2.01k stars 886 forks source link

[TASK][CHALLENGE] Flink K8s Session mode #5372

Open pan3793 opened 9 months ago

pan3793 commented 9 months ago

Code of Conduct

Search before creating

Mentor

Skill requirements

Background and Goals

Currently, Flink engine is lack of support on K8s. Firstly, we go for K8s session mode, which requires less effort than K8s application mode.

The expected usage is that users manually start a K8s session cluster, and Kyuubi Flink engine could connect to the cluster with appropriate configurations.

Implementation steps

Refer to the current implementation of the Kyuubi Flink engine module to implement the goals

Additional context

Original reporter is @link3280

YesOrNo828 commented 8 months ago

@link3280 I would like to know if I can try out this feature. Would you be so kind as to assign it to me?

pan3793 commented 8 months ago

yea, thanks @YesOrNo828

link3280 commented 8 months ago

Please go ahead! @YesOrNo828

lizhaowh commented 2 months ago

Is this issue resolved?

link3280 commented 2 months ago

@lizhaowh Not yet. Would you like to take over?