Re: multiple programs compilation by sbt.

2015-04-29 Thread Dan Dong
HI, Ted, I will have a look at it , thanks a lot. Cheers, Dan 2015年4月29日 下午5:00于 "Ted Yu" 写道: > Have you looked at > http://www.scala-sbt.org/0.13/tutorial/Multi-Project.html ? > > Cheers > > On Wed, Apr 29, 2015 at 2:45 PM, Dan Dong wrote: > >> Hi, >> Following the Quick Start guide: >

Re: multiple programs compilation by sbt.

2015-04-29 Thread Ted Yu
Have you looked at http://www.scala-sbt.org/0.13/tutorial/Multi-Project.html ? Cheers On Wed, Apr 29, 2015 at 2:45 PM, Dan Dong wrote: > Hi, > Following the Quick Start guide: > https://spark.apache.org/docs/latest/quick-start.html > > I could compile and run a Spark program successfully, now

multiple programs compilation by sbt.

2015-04-29 Thread Dan Dong
Hi, Following the Quick Start guide: https://spark.apache.org/docs/latest/quick-start.html I could compile and run a Spark program successfully, now my question is how to compile multiple programs with sbt in a bunch. E.g, two programs as: ./src ./src/main ./src/main/scala ./src/main/scala/Sim