Exception while deleting Spark temp dir in Windows 7 64 bit

后端 未结 10 945
走了就别回头了
走了就别回头了 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:38

    I was facing a similar problem. I changed the permission to \tmp folder instead of \tmp\hive

    D:>winutils/bin/winutils.exe chmod 777 \tmp

    Not seeing any error after this and there is a clean exit

提交回复
热议问题