LuciferYang commented on code in PR #40613:
URL: https://github.com/apache/spark/pull/40613#discussion_r1153958746


##########
streaming/src/test/java/test/org/apache/spark/streaming/JavaAPISuite.java:
##########
@@ -1476,7 +1476,7 @@ public void testCheckpointMasterRecovery() throws 
InterruptedException, IOExcept
         Arrays.asList(1,4),
         Arrays.asList(8,7));
 
-    File tempDir = JavaUtils.createTempDir();
+    File tempDir = Utils.createTempDir(System.getProperty("java.io.tmpdir"), 
"spark");

Review Comment:
   in streaming module, can change to call Utils.createTempDir



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to