Exception while deleting Spark temp dir in Windows 7 64 bit

后端 未结 10 1191
走了就别回头了
走了就别回头了 2021-02-12 23:43

I am trying to run unit test of spark job in windows 7 64 bit. I have

HADOOP_HOME=D:/winutils

winutils path= D:/winutils/bin/winutils.exe

I r

10条回答
  •  终归单人心
    2021-02-13 00:46

    Running Spark in windows has this deleting Spark temp issue. You can set it as follows to hide it.

    Logger.getLogger("org").setLevel(Level.FATAL)

提交回复
热议问题