Re: Use of loading flink-conf.yaml in Flink-sql client

2019-09-16 Thread Till Rohrmann
Hi Dipanjan, not every configuration options in the flink-conf.yaml are relevant for the SQL client. If you submit to an already existing cluster, then you only need to learn about the address and the port or if it is using high availability where ZooKeeper is running. However, in the general case

Re: Use of loading flink-conf.yaml in Flink-sql client

2019-09-15 Thread Dipanjan Mazumder
Hi,    i was reading through the Flink docs, and i have got to an understanding that each application will have its own instance of Jobamanager and TaskManagers and so every application will have to have a initial configuration for defining the application topology to be drawn in the flink clus

Use of loading flink-conf.yaml in Flink-sql client

2019-09-14 Thread Dipanjan Mazumder
Hi,   I was going through the Flink Sql client code and came through a flow where we are loading  flink-conf.yaml in the configuration object as prerequisite for the SQL client to start. I can see that the configuration file has properties pertaining to the Flink cluster. As far as m