Spark - How to run a standalone cluster locally

前端 未结 4 2048
别那么骄傲
别那么骄傲 2021-01-31 10:45

Is there the possibility to run the Spark standalone cluster locally on just one machine (which is basically different from just developing jobs locally (i.e., lo

4条回答
  •  余生分开走
    2021-01-31 11:37

    If you can't find the ./sbin/start-master.sh file on your machine, you can start the master also with

    ./bin/spark-class org.apache.spark.deploy.master.Master
    

提交回复
热议问题