puppet-cassandra
puppet-cassandra copied to clipboard
Some cassandra.yaml parameters were removed in Cassandra 2.0.x
The following configuration options (hard-coded in cassandra.yaml in this module, so cassandra throws a YAML exception when I try to start it) are no longer accepted as of 2.0:
- row_cache_provider
- flush_largest_memtables_at
- reduce_cache_sizes_at
- reduce_cache_capacity_to
The datastax documentation is out of date but row_cache_provider was removed here and there's a reference to the latter options 3 being removed in the 2.0.0 upgrade notes.
Thanks :)
Maybe you could open a pull request so that the owner can merge your changes.
Matt
Just opened a PR :) I wanted to test a clean provision first, it worked for me on ubuntu 12.04 in vagrant