I'm running a spark job using spark-submit. At the end of the day, I'm also getting some output but the log file shows
WARN SparkEnv:87 - Exception while deleting Spark temp dir: ......
java.io.IOException: Failed to delete: ...
I've created a temp directory and have pointed spark.local.dir to this new path with the spark-submit command
- would this exception affect my output.
- I'll be using the same tmp directory while running other spark jobs. Will it affect them
- and is there anyway I can avoid this?