Re: Unable to run spark examples in eclipse

2016-08-12 Thread Jacek Laskowski
Hi, You need to add spark-* libs to the project (using the Eclipse-specific way). The best bet would be to use maven as the main project management tool and import the project then. Seen https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse ? Pozd

Unable to run spark examples in eclipse

2016-08-12 Thread subash basnet
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 i