TisonKun 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_r352073677
##########
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:
@kl0u I'll approve the pull request after you check [the
comment](https://github.com/apache/flink/pull/7249#issuecomment-554171248) with
@tweise . Maybe this method not in used is still valid.
----------------------------------------------------------------
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