Env
AWS EC2 m1.small
CentOS 5.98
Java
java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01, mixed mode)
cat /etc/yum.repos.d/datastax.repo
[datastax]
name= DataStax Repo for Apache Cassandra
baseurl=http://philip.fielder_bhnetwork.com:<******>@rpm.datastax.com/community
enabled=1
gpgcheck=0
I tried an uninstall/install in an attempt to fix a startup issue w/ cassandra due a change in the cassandra.yaml
# yum remove dsc12
# rm -rf /var/lib/cassandra
# rm -rf /var/log/cassandra
# rm -rf /etc/cassandra
# yum install dsc12
After a successful install, the dirs cassandra dirs in /var/lib, /var/log and /etc were not created. Seems like 1.2 was installed
rpm -qa | grep cassandra
cassandra12-1.2.1-1
I don't understand why the reinstall did not deploy the correct directories w/ appropriate file (e.g. cassandra.yaml).
Thanks
