Re: Cassandra rpm for 3.10

2017-04-03 Thread Michael Shuler
On 04/03/2017 02:58 PM, mahesh rajamani wrote: > Hi, > > Can you please let me know where I can get Cassandra 3.10 RPM? If its > not available, instruction to build it would be helpful. Check out the 'cassandra-3.10' tag and follow the README instructions in the redhat/ directory. https://github

Cassandra rpm for 3.10

2017-04-03 Thread mahesh rajamani
Hi, Can you please let me know where I can get Cassandra 3.10 RPM? If its not available, instruction to build it would be helpful. -- Regards, Mahesh Rajamani

Re: Making a custom Cassandra RPM

2011-05-06 Thread Konstantin Naryshkin
: "Konstantin Naryshkin" To: user@cassandra.apache.org Sent: Friday, May 6, 2011 2:56:43 PM Subject: Re: Making a custom Cassandra RPM Sorry that I did not get back to you on the issue. Your suggestion worked and I was able to get the RPM to build. Unfortunately, it still does not work for

Re: Making a custom Cassandra RPM

2011-05-06 Thread Konstantin Naryshkin
: Making a custom Cassandra RPM Your apache ant install is too old. The ant that comes with rhel/centos 5.X isn't new enough to build cassandra. You will need to install ant manually. On Wed, May 4, 2011 at 2:01 PM, Konstantin Naryshkin wrote: > I want to create a custom RPM of Cassandra (

Re: Making a custom Cassandra RPM

2011-05-04 Thread Nick Bailey
Your apache ant install is too old. The ant that comes with rhel/centos 5.X isn't new enough to build cassandra. You will need to install ant manually. On Wed, May 4, 2011 at 2:01 PM, Konstantin Naryshkin wrote: > I want to create a custom RPM of Cassandra (so I can deploy it > pre-configured).

Making a custom Cassandra RPM

2011-05-04 Thread Konstantin Naryshkin
I want to create a custom RPM of Cassandra (so I can deploy it pre-configured). There is an RPM in the source tree, but it does not contain any details of the setup required to create the RPM (what files should I have where). I have tried to run rpmbuild -bi on the spec file and I am getting the

Re: Cassandra RPM

2011-03-12 Thread Nate McCall
, Robert Zotter wrote: > Riptano's Cassandra RPM works beautifully... love it. > > However, I would like to make a suggestion. I believe the commit and > data directories should be configurable via alternatives since it > suggested that one split those on two separate drives anyway. O

Re: Cassandra RPM

2011-03-12 Thread Mohit Anchlia
I think that can be configured in cassandra.yaml On Sat, Mar 12, 2011 at 7:02 AM, Robert Zotter wrote: > Riptano's Cassandra RPM works beautifully... love it. > > However, I would like to make a suggestion. I believe the commit and > data directories should be configurable via a

Cassandra RPM

2011-03-12 Thread Robert Zotter
Riptano's Cassandra RPM works beautifully... love it. However, I would like to make a suggestion. I believe the commit and data directories should be configurable via alternatives since it suggested that one split those on two separate drives anyway. Other than that, no complaints. Thank