Closed ideal closed 3 years ago
File /spark/sbin/spark-config.sh needs SPARK_HOME, if not defined, it will define a bad one and spawn a java process like:
/usr/lib/jvm/java-1.8-openjdk/jre/bin/java -cp ///conf/:/spark/jars/* -Xmx1g ...
Here ///conf is a wrong path, it should be /spark/conf.
///conf
/spark/conf
File /spark/sbin/spark-config.sh needs SPARK_HOME, if not defined, it will define a bad one and spawn a java process like:
/usr/lib/jvm/java-1.8-openjdk/jre/bin/java -cp ///conf/:/spark/jars/* -Xmx1g ...
Here
///conf
is a wrong path, it should be/spark/conf
.