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/27 08:51:10 UTC

[GitHub] [flink] TisonKun commented on a change in pull request #10311: [FLINK-14762][client] Enrich JobClient API

TisonKun commented on a change in pull request #10311: [FLINK-14762][client] Enrich JobClient API
URL: https://github.com/apache/flink/pull/10311#discussion_r351156707
 
 

 ##########
 File path: flink-clients/src/main/java/org/apache/flink/client/program/ClusterClient.java
 ##########
 @@ -94,9 +94,9 @@ default void shutDownCluster() {
 	 * Submit the given {@link JobGraph} to the cluster.
 	 *
 	 * @param jobGraph to submit
-	 * @return Future which is completed with the {@link JobSubmissionResult}
+	 * @return a {@link CompletableFuture} of JobClient that can be used to communicate with the job
 
 Review comment:
   Done.

----------------------------------------------------------------
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