Hello all, I am completely new to spark. I downloaded the spark project from github ( https://github.com/apache/spark) and wanted to run the examples. I successfully ran the maven command:
build/mvn -DskipTests clean package But I am not able to build the spark-examples_2.11 project. There are import issues in the java files like below: Eg: The import org.apache.spark.SparkConf cannot be resolved The import org.apache.spark.api.java.JavaSparkContext cannot be resolved and so on displayed in eclipse. What am I doing wrong to run these examples? Best Regards, Subash Basnet