Spark : check your cluster UI to ensure that workers are registered

前端 未结 5 683
广开言路
广开言路 2021-01-07 23:55

I have a simple program in Spark:

/* SimpleApp.scala */
import org.apache.spark.SparkContext
import org.apache.spark.SparkContext._
import org.apache.spark.S         


        
5条回答
  •  情书的邮戳
    2021-01-08 00:04

    There are also some causes of this same error message other than those posted here.

    For a spark-on-mesos cluster, make sure you have java8 or newer java version on mesos slaves.

    For spark standalone, make sure you have java8 (or newer) on the workers.

提交回复
热议问题