kl0u commented on a change in pull request #9607: [FLINK-13946] Remove job
session related code from ExecutionEnvironment
URL: https://github.com/apache/flink/pull/9607#discussion_r321120752
##########
File path:
flink-yarn-tests/src/test/java/org/apache/flink/yarn/util/FakeClusterClient.java
##########
@@ -93,4 +93,9 @@ public String stopWithSavepoint(JobID jobId, boolean
advanceToEndOfEventTime, @N
public Map<String, OptionalFailure<Object>> getAccumulators(JobID
jobID, ClassLoader loader) {
return Collections.emptyMap();
}
+
+ @Override
+ public void close() throws Exception {
Review comment:
Let's see what travis says now.
----------------------------------------------------------------
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