Re: Broken record a bit here: building spark on intellij with sbt

2015-02-05 Thread Arush Kharbanda
I follow these ones to import sbt projects. 1. Install sbt plugins: Goto File -> Settings -> Plugins -> Install IntelliJ Plugins -> Search for sbt and install it 2. File ->Import->browse the root of spark source code I hope this helps On Fri, Feb 6, 2015 at 1:41 AM, Stephen Boesch wrote: >

Re: Broken record a bit here: building spark on intellij with sbt

2015-02-05 Thread Stephen Boesch
Hi Akhil Those instructions you provided are showing how to manually build an sbt project that may include adding spark dependencies. Whereas my OP was about how to open the existing spark sbt project . These two are not similar tasks. 2015-02-04 21:46 GMT-08:00 Akhil Das : > Here's the sbt v

Re: Broken record a bit here: building spark on intellij with sbt

2015-02-04 Thread Deep Pradhan
Akhil, it is not able to find the SBT package when I tried the steps given in the site. On Thu, Feb 5, 2015 at 11:16 AM, Akhil Das wrote: > Here's the sbt version > > https://docs.sigmoidanalytics.com/index.php/Step_by_Step_instructions_on_how_to_build_Spark_App_with_IntelliJ_IDEA > > > Thanks >

Re: Broken record a bit here: building spark on intellij with sbt

2015-02-04 Thread Akhil Das
Here's the sbt version https://docs.sigmoidanalytics.com/index.php/Step_by_Step_instructions_on_how_to_build_Spark_App_with_IntelliJ_IDEA Thanks Best Regards On Thu, Feb 5, 2015 at 8:55 AM, Stephen Boesch wrote: > For building in intellij with sbt my mileage has varied widely: it had > built a

Broken record a bit here: building spark on intellij with sbt

2015-02-04 Thread Stephen Boesch
For building in intellij with sbt my mileage has varied widely: it had built as late as Monday (after the 1.3.0 release) - and with zero 'special' steps: just "import" as sbt project. However I can not presently repeat the process. The wiki page has the latest instructions on how to build with