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

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 vibhanshugs...@gmail.com wrote: Hello everyone, I am new to the spark developer community, I want to know what are the areas where currently programming is in

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:

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 duy.huynh@gmail.com wrote: i'm new to both scala and spark. what IDE / dev environment do you find most productive for writing code in scala with

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 duy.huynh@gmail.com: i'm new to both scala and spark. what IDE / dev environment do you find most productive for writing code in scala with

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

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 jayunit100.apa...@gmail.com wrote: I tried the scala eclipse ide but in scala