Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

adds a second yaml configuration file for cassandra 2.0.x #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dcosson
Copy link

@dcosson dcosson commented Sep 25, 2013

Solves issue #13

@@ -0,0 +1,651 @@
# Cassandra storage config YAML
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicating the file seemed like a clean way to do it, and easy to extend if there are other options that should be included or tweaked for 2.0 by default. But if you think a single yaml file with if statements is better I can change it.

@stagrlee
Copy link

stagrlee commented Jan 9, 2014

Love this patch. With the latest Oracle JDK, this gets me up and running

class { 'cassandra':
  cluster_name        => 'ditCluster',
  seeds               => [ '10.0.0.17', '10.0.0.18', '10.0.0.21', ],
  package_name        => 'dsc20',
  thread_stack_size   => '256',
}

@tbarbugli
Copy link

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants