The same problem as Failed to start the wizard for spark in windows 10 , which is also not resolved.
My spark works well by checking pyspark.cmd and spark-shell.cmd
After starting .\sbin\start-master.sh I got:
ps: unknown option -- o Try 'ps --help' for more information. starting org.apache.spark.deploy.master.Master, logging to C:\spark-1.6.1-bin-hadoop2.6/logs/spark--org.apache.spark.deploy.master.Master-1-%MY_USER_NAME%-PC.out ps: unknown option -- o Try 'ps --help' for more information. failed to launch org.apache.spark.deploy.master.Master: ======================================== Picked up _JAVA_OPTIONS: -Xmx512M -Xms512M full log in C:\spark-1.6.1-bin-hadoop2.6/logs/spark--org.apache.spark.deploy.master.Master-1-%MY_USER_NAME%-PC.out
I tried to visit the web interface, and localhost: 4040 works with the local host: 8080 cannot be reached.
And I found that there is a .log file created in the% SPARK_HOME% / logs folder. They contain the same content:
Spark command:
C:\Program Files\Java\jdk1.7.0_79\bin\java -cp C:\spark-1.6.1-bin-hadoop2.6/conf\;C:\spark-1.6.1-bin-hadoop2.6/lib/spark-assembly-1.6.1-hadoop2.6.0.jar;C:\spark-1.6.1-bin-hadoop2.6\lib\datanucleus-api-jdo-3.2.6.jar;C:\spark-1.6.1-bin-hadoop2.6\lib\datanucleus-core-3.2.10.jar;C:\spark-1.6.1-bin-hadoop2.6\lib\datanucleus-rdbms-3.2.9.jar -Xms1g -Xmx1g -XX:MaxPermSize=256m org.apache.spark.deploy.master.Master --ip hahaha-PC --port 7077 --webui-port 8080
Processing medium: Spark: 1.6.1 Windows 10
We look forward to your reply and thanks for your time!
source share