Seth Rosenblum

Results 5 comments of Seth Rosenblum

Interestingly, the cassandra packages dropped the requirement for python-support after 2.2.5: ``` 2.2.8 - adduser (0 (null)) python (2 2.7) cassandra-tools (0 (null)) ntp (16 (null)) time-daemon (0 (null)) apache-cassandra1...

I was able to work around this problem using these attribute changes: ``` 'cassandra' => { - 'package_name' => 'dsc30', - 'version' => '3.0.9' + 'package_name' => 'cassandra', + 'version'...

Seeing as datastax is no longer supporting or updating the dsc packages, it might be time to rethink this whole section: https://github.com/michaelklishin/cassandra-chef-cookbook/blob/master/recipes/datastax.rb#L76-L109 That way we could discard the idea of...

Sure, I'll be getting back to this over the next few weeks.

Is something holding this up?