I am sorry if this is too trivial but I am very new to Spark. I built Apache Spark on Windows from code using Maven. I used Cygwin to build and it worked fine. Now I am unable to start it using the command (./start-master.sh) from the sbin directory.
I get the below error : failed to launch org.apache.spark.deploy.master.Master:
Error: Could not find or load main class org.apache.spark.launcher.Main
full log in /cygdrive/c/Spark/spark-1.5.1/sbin/../logs/spark-auser-org.apache.spark.deploy.master.Master-1.host
I understand it is looking for the spark-launcher_2.10-1.5.1.jar in the classpath but I am not able to identify in the scripts where is it defining the classpath or the lib directory.