(null) entry in command string exception in saveAsTextFile() on Pyspark

前端 未结 3 1370
梦谈多话
梦谈多话 2020-11-27 19:37

I am working in PySpark on a Jupyter notebook (Python 2.7) in windows 7. I have an RDD of type pyspark.rdd.PipelinedRDD called idSums. When attempt

3条回答
  •  猫巷女王i
    2020-11-27 20:31

    I had a similar exception saying permission issue when loading a model built in some other machine and copied in my Windows system although my HADOOP_HOME was set.

    I just ran the following command over my model folder:

    winutils.exe chmod -R 777 model-path
    

提交回复
热议问题