HyukjinKwon commented on a change in pull request #33963:
URL: https://github.com/apache/spark/pull/33963#discussion_r706547543
##########
File path: core/src/main/scala/org/apache/spark/deploy/LocalSparkCluster.scala
##########
@@ -63,8 +63,11 @@ class LocalSparkCluster(
/* Start the Workers */
for (workerNum <- 1 to numWorkers) {
+ val workDir = if (Utils.isTesting) {
Review comment:
the fix seems fine from a cursory look. Will take a closer look soon but
quick question tho - why do we need to do this only for tests? Cc @tgravescs
@mridulm and @Ngone51 fyi
--
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]