Production use case of Flink SQL gateway

2023-08-06 Thread Rajat Ahuja
MANAGER'S PORT) , but I am not sure how can i connect zeppelin to flink SQL gateway. any pointers ? Thanks Rajat Ahuja

How to define imagePullSecrets with k8s operator to fetch image using FlinkDeploymentSpec

2023-07-21 Thread Rajat Ahuja
Hi Flink Experts, When I need to fetch a customer Docker image (built on top of Flink 1.17 to add connectors or SQL code) from our organization's private registry using *K8s operator, it fails with the error. Although image is present on repo, and able to pull on my local machine after pushing to

Suggestions for Open Source FLINK SQL editor

2023-07-19 Thread Rajat Ahuja
Hi team, I have set up a session cluster on k8s via sql gateway. I am looking for an open source Flink sql editor that can submit sql queries on top of the k8s session cluster. Any suggestions for sql editor to submit queries ? Thanks

Need help to debug the issue 413 Request Entity Too Large

2023-07-14 Thread Rajat Ahuja
port: number: 8081 path: / pathType: Prefix Updated flink conf used as configmap rest.address: flink-prod-dns.usb.cloud.bank-dns.com rest.port: 80 jobmanager.bind-host: flink-prod-dns.usb.cloud.bank-dns.com rest.server.max-content-length: 1409715200 rest.client.max-content-length: 1409715200 Thanks Rajat Ahuja