HuangZhenQiu commented on a change in pull request #10980: 
[FLINK-12343][flink-yarn] add yarn file replication configuration
URL: https://github.com/apache/flink/pull/10980#discussion_r373913165
 
 

 ##########
 File path: 
flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java
 ##########
 @@ -962,6 +1000,11 @@ public static void teardown() throws Exception {
                        yarnCluster = null;
                }
 
+               if (miniDFSCluster != null) {
+                       LOG.info("Stopping MiniDFS Cluster");
+                       miniDFSCluster.shutdown();
 
 Review comment:
   Good catch.

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


With regards,
Apache Git Services

Reply via email to