aljoscha opened a new pull request #10313: [FLINK-14840] Use Executor interface 
in SQL cli
URL: https://github.com/apache/flink/pull/10313
 
 
   ## What is the purpose of the change
   
   * Change the SQL cli to use the new `Executor` interface and `JobClient` 
instead of manually going through cluster descriptor/cluster specification.
   
   This also does not print the cluster ID and web interface URL anymore
   when submitting because there is no portable way of retrieving these.
   Previously, even for YARN the printed cluster id was not usable because
   it was just the class name of the implementation class.
   
   ## Verifying this change
   
   This change is covered by existing tests and ITcases that were adapted.
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? not applicable
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to