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/12/01 01:55:35 UTC

[GitHub] [flink] tweise commented on a change in pull request #10346: [FLINK-14972] Make Remote(Stream)Environment use Executors.

tweise commented on a change in pull request #10346: [FLINK-14972] Make Remote(Stream)Environment use Executors.
URL: https://github.com/apache/flink/pull/10346#discussion_r352314571
 
 

 ##########
 File path: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/RemoteStreamEnvironment.java
 ##########
 @@ -204,48 +203,9 @@ public RemoteStreamEnvironment(String host, int port, Configuration clientConfig
 		this.savepointRestoreSettings = savepointRestoreSettings;
 	}
 
-	/**
-	 * Executes the job remotely.
-	 *
-	 * <p>This method can be used independent of the {@link StreamExecutionEnvironment} type.
-	 * @return The result of the job execution, containing elapsed time and accumulators.
-	 */
-	@PublicEvolving
-	public static JobExecutionResult executeRemotely(StreamExecutionEnvironment streamExecutionEnvironment,
 
 Review comment:
   I think this can be removed. The same can now be accomplished by using `Executor`/`ExecutorFactory` directly.

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