Skip to content

Instantly share code, notes, and snippets.

@olidb2
Created January 14, 2012 22:52
Show Gist options
  • Save olidb2/1613224 to your computer and use it in GitHub Desktop.
Save olidb2/1613224 to your computer and use it in GitHub Desktop.
cassandra config
# Cassandra YAML generated from previous config
# Configuration wiki: http://wiki.apache.org/cassandra/StorageConfiguration
authenticator: org.apache.cassandra.auth.AllowAllAuthenticator
authority: org.apache.cassandra.auth.AllowAllAuthority
auto_bootstrap: true
binary_memtable_throughput_in_mb: 32
cluster_name: DataDog Cluster
column_index_size_in_kb: 64
commitlog_directory: /usr/local/var/lib/cassandra/commitlog
commitlog_rotation_threshold_in_mb: 32
commitlog_sync: periodic
commitlog_sync_period_in_ms: 10000
compaction_thread_priority: 1
concurrent_reads: 8
concurrent_writes: 32
data_file_directories:
- /usr/local/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
hinted_handoff_enabled: true
in_memory_compaction_limit_in_mb: 64
index_interval: 128
keyspaces:
- column_families:
- column_metadata: []
column_type: Standard
compare_with: UTF8Type
gc_grace_seconds: 864000
key_cache_save_period_in_seconds: 3600
keys_cached: 2000.0
max_compaction_threshold: 32
memtable_flush_after_mins: 60
memtable_operations_in_millions: 0.3
memtable_throughput_in_mb: 32
min_compaction_threshold: 4
name: Metrics
read_repair_chance: 1.0
row_cache_save_period_in_seconds: 0
rows_cached: 0.0
- column_metadata: []
column_type: Standard
compare_with: UTF8Type
gc_grace_seconds: 864000
key_cache_save_period_in_seconds: 3600
keys_cached: 2000.0
max_compaction_threshold: 32
memtable_flush_after_mins: 60
memtable_operations_in_millions: 0.3
memtable_throughput_in_mb: 32
min_compaction_threshold: 4
name: Events
read_repair_chance: 1.0
row_cache_save_period_in_seconds: 0
rows_cached: 0.0
- column_metadata: []
column_type: Standard
compare_with: UTF8Type
gc_grace_seconds: 864000
key_cache_save_period_in_seconds: 3600
keys_cached: 2000.0
max_compaction_threshold: 32
memtable_flush_after_mins: 60
memtable_operations_in_millions: 0.3
memtable_throughput_in_mb: 32
min_compaction_threshold: 4
name: Processes
read_repair_chance: 1.0
row_cache_save_period_in_seconds: 0
rows_cached: 0.0
- column_metadata: []
column_type: Standard
compare_with: UTF8Type
gc_grace_seconds: 864000
key_cache_save_period_in_seconds: 3600
keys_cached: 2000.0
max_compaction_threshold: 32
memtable_flush_after_mins: 60
memtable_operations_in_millions: 0.3
memtable_throughput_in_mb: 32
min_compaction_threshold: 4
name: Encodings
read_repair_chance: 1.0
row_cache_save_period_in_seconds: 0
rows_cached: 0.0
name: Intake
replica_placement_strategy: org.apache.cassandra.locator.SimpleStrategy
replication_factor: 1
listen_address: 127.0.0.1
partitioner: org.apache.cassandra.dht.RandomPartitioner
phi_convict_threshold: 8
rpc_keepalive: true
rpc_port: 9160
rpc_timeout_in_ms: 10000
saved_caches_directory: /usr/local/var/lib/cassandra/saved_caches
seeds:
- 127.0.0.1
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