Apache Spark with Python: error

前端 未结 8 1738
别跟我提以往
别跟我提以往 2021-01-28 16:42

New to Spark. Downloaded everything alright but when I run pyspark I get the following errors:

Type \"help\", \"copyright\", \"credits\" or \"license\" for more          


        
8条回答
  •  死守一世寂寞
    2021-01-28 17:04

    With my problem like this, because I have set the Hadoop at yarn model, so my solution is to start the hdfs and the YARN.

    start-dfs.sh
    start-yarn.sh
    

提交回复
热议问题