Re: best IDE for scala + spark development?

2014-10-26 Thread Duy Huynh
i like intellij and eclipse too, but some that they are too heavy. i would love to use vim. are there are good scala plugins for vim? (i.e code completion, scala doc, etc) On Sun, Oct 26, 2014 at 12:32 PM, Jay Vyas wrote: > I tried the scala eclipse ide but in scala 2.10 I ran into some weird

Re: Potential areas for working

2014-10-26 Thread Nicholas Chammas
Have y’all taken a look at these links? - https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark#ContributingtoSpark-StarterTasks - https://issues.apache.org/jira/browse/SPARK-3740?jql=project%20%3D%20SPARK%20AND%20labels%20%3D%20Starter%20AND%20status%20in%20(O

Re: best IDE for scala + spark development?

2014-10-26 Thread Jay Vyas
I tried the scala eclipse ide but in scala 2.10 I ran into some weird issues http://stackoverflow.com/questions/24253084/scalaide-and-cryptic-classnotfound-errors ... So I switched to IntelliJ and was much more satisfied... I've written a post on how I use fedora,sbt, and intellij for spark apps

Re: best IDE for scala + spark development?

2014-10-26 Thread Stephen Boesch
Many of the spark developers use Intellij. You will in any case probably want a full IDE (either IJ or eclipse) 2014-10-26 8:07 GMT-07:00 ll : > i'm new to both scala and spark. what IDE / dev environment do you find > most > productive for writing code in scala with spark? is it just vim + s

Re: best IDE for scala + spark development?

2014-10-26 Thread Subbu M
Eclipse would be a ideal choice for both. Download and deploy plugins for required things scala+SBT+Spark On Sun, Oct 26, 2014 at 8:07 AM, ll wrote: > i'm new to both scala and spark. what IDE / dev environment do you find > most > productive for writing code in scala with spark? is it just vi

best IDE for scala + spark development?

2014-10-26 Thread ll
i'm new to both scala and spark. what IDE / dev environment do you find most productive for writing code in scala with spark? is it just vim + sbt? or does a full IDE like intellij works out better? thanks! -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabb

Re: Potential areas for working

2014-10-26 Thread Varadharajan Mukundan
+1, I'm interested in contributing to Spark SQL and i'm looking for starter tasks. On Sun, Oct 26, 2014 at 3:13 PM, Vibhanshu Prasad wrote: > Hello everyone, > I am new to the spark developer community, > I want to know what are the areas where currently programming is in > progress. What areas I

Potential areas for working

2014-10-26 Thread Vibhanshu Prasad
Hello everyone, I am new to the spark developer community, I want to know what are the areas where currently programming is in progress. What areas I can work on as a started. Vibhanshu