Skip to content

Instantly share code, notes, and snippets.

@dokipen
Created December 5, 2011 14:46
Show Gist options
  • Select an option

  • Save dokipen/1433810 to your computer and use it in GitHub Desktop.

Select an option

Save dokipen/1433810 to your computer and use it in GitHub Desktop.
# Cassandra YAML generated from previous config
# Configuration wiki: http://wiki.apache.org/cassandra/StorageConfiguration
cluster_name: 'x Cluster'
auto_bootstrap: true
binary_memtable_throughput_in_mb: 256
authenticator: org.apache.cassandra.auth.AllowAllAuthenticator
column_index_size_in_kb: 128
commitlog_directory: /var/lib/cassandra/commitlog
commitlog_rotation_threshold_in_mb: 128
commitlog_sync: periodic
commitlog_sync_period_in_ms: 10000
compaction_preheat_key_cache: true
concurrent_reads: 8
concurrent_writes: 32
data_file_directories:
- /var/lib/cassandra/data
disk_access_mode: auto
dynamic_snitch: false
dynamic_snitch_badness_threshold: 0.0
dynamic_snitch_reset_interval_in_ms: 600000
dynamic_snitch_update_interval_in_ms: 100
endpoint_snitch: org.apache.cassandra.locator.RackInferringSnitch
flush_largest_memtables_at: 1.0
hinted_handoff_enabled: true
hinted_handoff_throttle_delay_in_ms: 0
in_memory_compaction_limit_in_mb: 256
incremental_backups: false
index_interval: 128
initial_token: '107781840545441019609056635385879549071'
listen_address: 10.177.171.21
max_hint_window_in_ms: 2147483647
memtable_flush_queue_size: 4
partitioner: org.apache.cassandra.dht.RandomPartitioner
phi_convict_threshold: 8
reduce_cache_capacity_to: 0.6
reduce_cache_sizes_at: 1.0
rpc_keepalive: true
rpc_max_threads: 2147483647
rpc_min_threads: 16
rpc_port: 9160
rpc_timeout_in_ms: 10000
saved_caches_directory: /var/lib/cassandra/saved_caches
seed_provider:
- class_name: org.apache.cassandra.locator.SimpleSeedProvider
parameters:
- seeds: "x.x.x.x"
sliced_buffer_size_in_kb: 64
snapshot_before_compaction: false
storage_port: 7000
thrift_framed_transport_size_in_mb: 15
thrift_max_message_length_in_mb: 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment