keedio / buildoop

Hadoop Ecosystem Builder: Build, package, test and deploy your Hadoop ecosystem project.
Apache License 2.0
28 stars 11 forks source link

[Cassandra 2.1.0 Openbus-0.0.1] Bugs after first rpm tests #131

Closed mvalleavila closed 9 years ago

mvalleavila commented 10 years ago

cassandra/bin/cassandra need to be patch to set properly:

cassandra.logdir
cassandra.configurationFile
cassandra.storagedir

Study foreground and daemon run mode of cassandra/bin/cassandra -> This is related with logs, change foregroung run mode for service start, and set it to daemon run mode. Doing this and appliying the patch writed above, logs will be saved in /var/log/cassandra and not in /usr/lib/cassandra/logs

Test uninstall package (the service is stopped??)

Change service from cassandra-server to cassandra

Think about include some cassandra tools, like nodetools in /usr/bin parh

mvalleavila commented 9 years ago

This issue was moved to buildoop/buildoopRecipes#11