I am using ubuntu to install a standalone spark. But he could not find the slf4j package while I use the pre-built spark.
./spark-1.4.1-bin-without-hadoop/sbin/start-master.sh Spark Command: /usr/lib/jvm/java-7-oracle//bin/java -cp /root/spark-1.4.1-bin-without-hadoop/sbin/../conf/:/root/spark-1.4.1-bin-without-hadoop/lib/spark-assembly-1.4.1-hadoop2.2.0.jar -Xms512m -Xmx512m -XX:MaxPermSize=256m org.apache.spark.deploy.master.Master
Sorry I should not use spark-1.4.1-bin-without-hadoop, and it works when I load spark-1.4.1-bin-hadoop2.6. So this may be the problem of my use, not Spark.
source share