Re: trouble using eclipse to view spark source code

2016-01-18 Thread Jakob Odersky
Have you followed the guide on how to import spark into eclipse https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse ? On 18 January 2016 at 13:04, Andy Davidson wrote: > Hi > > My project is implemented using Java

Re: trouble using eclipse to view spark source code

2016-01-18 Thread Annabel Melongo
rg> Subject: Re: trouble using eclipse to view spark source code Have you followed the guide on how to import spark into eclipse https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse ? On 18 January 2016 at 13:04, Andy Davidson <a...@sant

Re: trouble using eclipse to view spark source code

2016-01-18 Thread Andy Davidson
) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner .java:192) From: Jakob Odersky <joder...@gmail.com> Date: Monday, January 18, 2016 at 3:20 PM To: Andrew Davidson <a...@santacruzintegration.com> Cc: "user @spark" <user@spark.apache.org> Subject: Re: trouble using eclipse to view s

trouble using eclipse to view spark source code

2016-01-18 Thread Andy Davidson
Hi My project is implemented using Java 8 and Python. Some times its handy to look at the spark source code. For unknown reason if I open a spark project my java projects show tons of compiler errors. I think it may have something to do with Scala. If I close the projects my java code is fine.