use of org.apache.flink.yarn.cli.FlinkYarnSessionCli in Flink Sql client

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

use of org.apache.flink.yarn.cli.FlinkYarnSessionCli in Flink Sql client

Dipanjan Mazumder
Hi ,

  Thanks again for responding on my earlier queries..

    I was again going through the Flink SQL client code and came across the default custom command-line , few days back i came to know that Flink sql client is not supported in a full fledged cluster with different resource managers like yarn but this "org.apache.flink.yarn.cli.FlinkYarnSessionCli" class seems like is used by the SQL client to establish session with yarn managed cluster.

Am i wrong in thinking this or is there some other use for this class. Please kindly help on the same.

Regards
Dipanjan
Reply | Threaded
Open this post in threaded view
|

Re: use of org.apache.flink.yarn.cli.FlinkYarnSessionCli in Flink Sql client

Terry Wang
Hi Dipanjan:

I just looked through the Flink SQL client code and got the same conclusion as you.
Look forward to receiving other comments.

Best,
Terry Wang



> 在 2019年9月22日,下午11:53,Dipanjan Mazumder <[hidden email]> 写道:
>
> Hi ,
>   Thanks again for responding on my earlier queries..
>     I was again going through the Flink SQL client code and came across the default custom command-line , few days back i came to know that Flink sql client is not supported in a full fledged cluster with different resource managers like yarn but this "org.apache.flink.yarn.cli.FlinkYarnSessionCli" class seems like is used by the SQL client to establish session with yarn managed cluster.
>
> Am i wrong in thinking this or is there some other use for this class. Please kindly help on the same.
> RegardsDipanjan

Reply | Threaded
Open this post in threaded view
|

Re: use of org.apache.flink.yarn.cli.FlinkYarnSessionCli in Flink Sql client

Dian Fu
Hi Dipanjan,

I think you are right that it's already been supported to submit a job to cluster via SQL client. This is supported in [1]. Besides, I think that it is not configured in the YAML. It's specified in the CLI options when you start up the SQL client CLI.


在 2019年9月23日,上午11:00,Terry Wang <[hidden email]> 写道:

Hi Dipanjan:

I just looked through the Flink SQL client code and got the same conclusion as you.
Look forward to receiving other comments.

Best,
Terry Wang



在 2019年9月22日,下午11:53,Dipanjan Mazumder <[hidden email]> 写道:

Hi ,
 Thanks again for responding on my earlier queries..
   I was again going through the Flink SQL client code and came across the default custom command-line , few days back i came to know that Flink sql client is not supported in a full fledged cluster with different resource managers like yarn but this "org.apache.flink.yarn.cli.FlinkYarnSessionCli" class seems like is used by the SQL client to establish session with yarn managed cluster.

Am i wrong in thinking this or is there some other use for this class. Please kindly help on the same.
RegardsDipanjan