Re: Flink SQL client support for running in Flink cluster

2019-09-07 Thread Xingcan Cui
Hi Dipanjan, Sorry that I didn’t make it clear. The ’standalone cluster’ could be fully distributed. It refers to a static cluster deployed without any cluster managers (or other related tools), such as YARN and Kubernetes. For more information, please check the documentation [1]. Best, Xingca

Re: Flink SQL client support for running in Flink cluster

2019-09-07 Thread Dipanjan Mazumder
Hi Xingcan, Thanks a lot for this info and this verifies my suspect , so if i want to reuse the SQL client to implement an API based framework , it will not work in Flink cluster running in  cluster mode, is there any plan in near future to support that, if its planned is there any expected

Re: Flink SQL client support for running in Flink cluster

2019-09-07 Thread Xingcan Cui
Hi Dipanjan, Here the ’standalone’ is short for ’standalone cluster mode’, which means you can setup a standalone Flink cluster and submit your SQL queries (via SQL client) to the cluster. As far as I know, the current SQL client can only connect to a Flink cluster deployed in standalone mode.

Flink SQL client support for running in Flink cluster

2019-09-06 Thread Dipanjan Mazumder
Hi Guys,     I was going through the Flink sql client configuration YAML from the training example and came across a section in the configuration as below:      # Deployment properties allow for describing the cluster to which table# pr