Apache Spark does not delete temporary directories

前端 未结 6 520
庸人自扰
庸人自扰 2020-11-27 15:48

After a spark program completes, there are 3 temporary directories remain in the temp directory. The directory names are like this: spark-2e389487-40cc-4a82-a5c7-353c0feefbb

6条回答
  •  渐次进展
    2020-11-27 16:45

    You need to call close() on the spark context that you created at the end of the program.

提交回复
热议问题