Hi I was trying to set up spark project in eclipse. I used sbt way to create a simple spark project as desc in documentation [1]. Then i used sbteclipse plugin[2] to create the eclipse project. But I am getting errors when I import the project in eclipse. I seem to be getting it because the project is using scala 2.10.1 version and there is no easy way to use scala 2.9.2. Was anybody else more successfull in setting this up. Are there any other IDEs I could use? Can maven be used to create the scala/spark project and import it into eclipse?
1. http://spark.incubator.apache.org/docs/latest/quick-start.html#a-standalone-app-in-scala 2. https://github.com/typesafehub/sbteclipse Thanks
