Re: How to create a RPM package

2014-04-07 Thread Will Benton
> For issue #2 I was concerned that the build & packaging had to be > internal. So I am using the already packaged make-distribution.sh > (modified to use a maven build) to create a tar ball which I then package > it using a RPM spec file. Hi Rahul, so the issue for downstream operating system dis

Re: How to create a RPM package

2014-04-06 Thread Rahul Singhal
> > > >best, >wb > > >----- Original Message - >> From: "Rahul Singhal" >> To: user@spark.apache.org >> Sent: Friday, April 4, 2014 2:43:48 PM >> Subject: Re: How to create a RPM package >> >> Hi Christophe, >>

Re: How to create a RPM package

2014-04-05 Thread Will Benton
hal" > To: user@spark.apache.org > Sent: Friday, April 4, 2014 2:43:48 PM > Subject: Re: How to create a RPM package > > Hi Christophe, > > Thanks for your reply and the spec file. I have solved my issue for now. I > didn't want to rely building spark using the

Re: How to create a RPM package

2014-04-04 Thread Patrick Wendell
> From: Christophe Préaud > Reply-To: "user@spark.apache.org" > Date: Friday 4 April 2014 7:55 PM > To: "user@spark.apache.org" > Subject: Re: How to create a RPM package > > Hi Rahul, > > Spark will be available in Fedora 21 (see: > https://fe

Re: How to create a RPM package

2014-04-04 Thread Rahul Singhal
rg>> Date: Friday 4 April 2014 7:55 PM To: "user@spark.apache.org<mailto:user@spark.apache.org>" mailto:user@spark.apache.org>> Subject: Re: How to create a RPM package Hi Rahul, Spark will be available in Fedora 21 (see: https://fedoraproject.org/wiki/SIGs/bigdata/p

Re: How to create a RPM package

2014-04-04 Thread Christophe Préaud
Hi Rahul, Spark will be available in Fedora 21 (see: https://fedoraproject.org/wiki/SIGs/bigdata/packaging/Spark), currently scheduled on 2014-10-14 but they already have produced spec files and source RPMs. If you are stuck with EL6 like me, you can have a look at the attached spec file, whi

How to create a RPM package

2014-04-04 Thread Rahul Singhal
Hello Community, This is my first mail to the list and I have a small question. The maven build page mentions a way to create a debian package but I was wondering if there is a simple way (preferably th