Install Apache Cassandra from the DataStax distribution.
Example:
class { 'cassandra':
cluster_name => 'YourCassandraCluster',
seeds => [ '192.0.2.5', '192.0.2.23', '192.0.2.42', ],
}
The module has been tested on the following operating systems. Testing and patches for other platforms are welcomed.
- Debian 6.0 (Squeeze) and Debian 7.0 (Wheezy)
Copyright (c) 2012-2013 smarchive GmbH
This script is licensed under the Apache License, Version 2.0.
See http://www.apache.org/licenses/LICENSE-2.0.html for the full license text.
Please log tickets and issues at our project site.