You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/11/25 12:50:41 UTC

[GitHub] [flink] aljoscha opened a new pull request #10313: [FLINK-14840] Use Executor interface in SQL cli

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:
users@infra.apache.org


With regards,
Apache Git Services