Re: Installation

2018-07-10 Thread rajasekhar kommineni
Thanks Michael, While I agree with the advantage of symlinks , I am worried for future upgrades. My concern here is how to unlink the Cassandra binaries like nodetool,cassandra ,cqlsh etc after migrating to tar gz installation. Thanks, > On Jul 10, 2018, at 5:46 AM, Michael Shuler wrote: >

Re: Installation

2018-07-10 Thread Michael Shuler
On 07/10/2018 02:48 AM, rajasekhar kommineni wrote: > Hi Rahul, > > The problem for removing the old links is Cassandra binaries are pointed > from /usr//bin/, /usr//sbin etc .. > > $ which nodetool  > /usr/bin/nodetool > $ which cqlsh > /usr/bin/cqlsh > $ which cassandra > /usr/sbin/cassandra T

Re: Installation

2018-07-10 Thread rajasekhar kommineni
Hi Rahul, The problem for removing the old links is Cassandra binaries are pointed from /usr//bin/, /usr//sbin etc .. $ which nodetool /usr/bin/nodetool $ which cqlsh /usr/bin/cqlsh $ which cassandra /usr/sbin/cassandra $ Thanks, > On Jul 10, 2018, at 12:28 AM, Rahul Singh > wrote: > >

Re: Installation

2018-07-10 Thread Rahul Singh
That approach will work, however that may take a long time. The important things that are unique to your cluster will be your configuration files & your data /log  directories. The binaries can be placed on the same machines via tar installation. While keeping the machines running on the old bi

Re: Installation

2018-07-09 Thread rajpal reddy
We have our infrastructure in cloud so opted for adding new dc with tar.gz then removed the old dc with package installation Sent from my iPhone > On Jul 9, 2018, at 2:23 PM, rajasekhar kommineni wrote: > > Hello All, > > I have a cassandra cluster where package installation is done, I want t

Re: Installation

2014-09-21 Thread Patricia Gorla
Jim, A wide variety of OSes can be used, but Linux is the most popular. You can start here for installation instructions: http://www.datastax.com/documentation/getting_started/doc/getting_started/gsInstallCassandra.html . -- Patricia Gorla @patriciagorla Consultant Apache Cassandra Consulting

Re: Installation Exception

2011-08-03 Thread Eldad Yamin
Thanks! I missed that lol! BTW, how do I compile it? Thanks! On Wed, Aug 3, 2011 at 6:51 PM, samal wrote: > did u compile source code? :) > you have downloaded source code not binary. > > try with binary. > > On Wed, Aug 3, 2011 at 9:14 PM, Eldad Yamin wrote: > >> Hi, >> I'm trying to install

Re: Installation Exception

2011-08-03 Thread Eldad Yamin
Thanks Jonathan, I saw the EC2 AMI that was made by datastax - I prefer not to use it becuse I want to learn how to install Cassandra first. On Wed, Aug 3, 2011 at 8:03 PM, Jonathan Ellis wrote: > > http://www.datastax.com/dev/blog/setting-up-a-cassandra-cluster-with-the-datastax-ami > > On Wed,

Re: Installation Exception

2011-08-03 Thread Jonathan Ellis
http://www.datastax.com/dev/blog/setting-up-a-cassandra-cluster-with-the-datastax-ami On Wed, Aug 3, 2011 at 10:44 AM, Eldad Yamin wrote: > Hi, > I'm trying to install Cassandra on Amazon EC2 without success, this is what > I did: > > Created new "Small" EC2 instance (this is just for testing), r

Re: Installation Exception

2011-08-03 Thread samal
did u compile source code? :) you have downloaded source code not binary. try with binary. On Wed, Aug 3, 2011 at 9:14 PM, Eldad Yamin wrote: > Hi, > I'm trying to install Cassandra on Amazon EC2 without success, this is what > I did: > >1. Created new "Small" EC2 instance (this is just for

Re: Installation

2011-03-07 Thread Eric Gilmore
The DataStax packaged releasesfollow standard practices for Linux-ish installation, so they might be a good model to follow. For instance, the RHEL/CentOS package installs the binaries (cassandra-cli, nodetool) in /usr/bin, configura