Re: trouble using eclipse to view spark source code

2016-01-18 Thread Annabel Melongo
r.java:382) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192) From: Jakob Odersky Date: Monday, January 18, 2016 at 3:20 PM To: Andrew Davidson Cc: "user @spark" Subject: Re: trouble using eclipse to view spark source code Have you followed the guide on how to import

Re: trouble using eclipse to view spark source code

2016-01-18 Thread Andy Davidson
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner .java:192) From: Jakob Odersky Date: Monday, January 18, 2016 at 3:20 PM To: Andrew Davidson Cc: "user @spark" Subject: Re: trouble using eclipse to view spark source code > Have you followed the guide on how to import spark into eclipse > https://

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 8 and Python. Some times its han

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. I