Re: sbt-package-bin

2014-04-02 Thread Evan Chan
Lee, sorry, I actually meant exactly that, sbt-native-packager. On Tue, Apr 1, 2014 at 8:14 PM, Lee Mighdoll wrote: > > What do folks think of adding the sbt-package-bin plugin to allow easy > > creation of a Spark .deb file? I believe it adds all dependency jars > into &

Re: sbt-package-bin

2014-04-01 Thread Lee Mighdoll
> What do folks think of adding the sbt-package-bin plugin to allow easy > creation of a Spark .deb file? I believe it adds all dependency jars into > a single lib/ folder, so in some ways it's even easier to manage than the > assembly. > You might also check out the sbt-n

Re: sbt-package-bin

2014-04-01 Thread Mark Hamstra
ian package can already be created from the Maven build: >>> mvn >>> > >> -Pdeb ... >>> > >> >>> > >> >>> > >> On Tue, Apr 1, 2014 at 11:24 AM, Evan Chan wrote: >>> > >> >>> > >&g

Re: sbt-package-bin

2014-04-01 Thread Mark Hamstra
e Maven build: >> mvn >> > >> -Pdeb ... >> > >> >> > >> >> > >> On Tue, Apr 1, 2014 at 11:24 AM, Evan Chan wrote: >> > >> >> > >> > Also, I understand this is the last week / merge window for 1.0, >> so if >> >

Re: sbt-package-bin

2014-04-01 Thread Mark Hamstra
On Tue, Apr 1, 2014 at 11:24 AM, Evan Chan wrote: > > >> > > >> > Also, I understand this is the last week / merge window for 1.0, so > if > > >> > folks are interested I'd like to get in a PR quickly. > > >> > > > >> >

Re: sbt-package-bin

2014-04-01 Thread Evan Chan
> folks are interested I'd like to get in a PR quickly. > >> > > >> > thanks, > >> > Evan > >> > > >> > > >> > > >> > On Tue, Apr 1, 2014 at 11:24 AM, Evan Chan wrote: > >> > > >> > > Hey folk

Re: sbt-package-bin

2014-04-01 Thread Patrick Wendell
14 at 11:24 AM, Evan Chan wrote: > > > > > Hey folks, > > > > > > We are in the middle of creating a Chef recipe for Spark. As part of > > > that we want to create a Debian package for Spark. > > > > > > What do folks think of adding the s

Re: sbt-package-bin

2014-04-01 Thread Patrick Wendell
, >> > > >> > > We are in the middle of creating a Chef recipe for Spark. As part of >> > > that we want to create a Debian package for Spark. >> > > >> > > What do folks think of adding the sbt-package-bin plugin to allow easy >> >

Re: sbt-package-bin

2014-04-01 Thread Mark Hamstra
Evan > > > > On Tue, Apr 1, 2014 at 11:24 AM, Evan Chan wrote: > > > Hey folks, > > > > We are in the middle of creating a Chef recipe for Spark. As part of > > that we want to create a Debian package for Spark. > > > > What do folks think of

Re: sbt-package-bin

2014-04-01 Thread Evan Chan
> that we want to create a Debian package for Spark. > > What do folks think of adding the sbt-package-bin plugin to allow easy > creation of a Spark .deb file? I believe it adds all dependency jars into > a single lib/ folder, so in some ways it's even easier to manage than the

sbt-package-bin

2014-04-01 Thread Evan Chan
Hey folks, We are in the middle of creating a Chef recipe for Spark. As part of that we want to create a Debian package for Spark. What do folks think of adding the sbt-package-bin plugin to allow easy creation of a Spark .deb file? I believe it adds all dependency jars into a single lib