LuciferYang commented on code in PR #40613:
URL: https://github.com/apache/spark/pull/40613#discussion_r1153956628
##########
common/network-shuffle/src/test/java/org/apache/spark/network/shuffle/ExternalBlockHandlerSuite.java:
##########
@@ -125,7 +125,7 @@ private void checkDiagnosisResult(
int reduceId = 0;
// prepare the checksum file
- File tmpDir = JavaUtils.createTempDir();
+ File tmpDir =
JavaUtils.createDirectory(System.getProperty("java.io.tmpdir"), "spark");
Review Comment:
tmpDir will cleanup at
https://github.com/apache/spark/blob/35503a535771d257b517e7ddf2adfaefefd97dad/common/network-shuffle/src/test/java/org/apache/spark/network/shuffle/ExternalBlockHandlerSuite.java#L190
--
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]