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
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
: "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
: 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 (
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).
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
, 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
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
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