| |
| cluster_name: 'Embedded Test Cluster' |
| |
| # ports |
| storage_port: 7075 |
| listen_address: localhost |
| rpc_address: localhost |
| rpc_port: 9160 |
| native_transport_port: 9042 |
| |
| # data files |
| data_file_directories: |
| - target/embeddedCassandra/data |
| commitlog_directory: target/embeddedCassandra/commitlog |
| saved_caches_directory: target/embeddedCassandra/saved_caches |
| |
| # native transport! |
| start_native_transport: true |
| |
| # other stuff |
| start_rpc: true |
| initial_token: |
| auto_bootstrap: false |
| hinted_handoff_enabled: true |
| authenticator: org.apache.cassandra.auth.AllowAllAuthenticator |
| partitioner: org.apache.cassandra.dht.RandomPartitioner |
| seed_provider: |
| - class_name: org.apache.cassandra.locator.SimpleSeedProvider |
| parameters: |
| - seeds: "127.0.0.1" |
| commitlog_sync: periodic |
| commitlog_sync_period_in_ms: 10000 |
| disk_access_mode: auto |
| concurrent_reads: 2 |
| concurrent_writes: 4 |
| rpc_keepalive: true |
| thrift_framed_transport_size_in_mb: 15 |
| thrift_max_message_length_in_mb: 16 |
| snapshot_before_compaction: false |
| column_index_size_in_kb: 64 |
| endpoint_snitch: org.apache.cassandra.locator.SimpleSnitch |
| dynamic_snitch: true |
| dynamic_snitch_update_interval_in_ms: 100 |
| dynamic_snitch_reset_interval_in_ms: 600000 |
| dynamic_snitch_badness_threshold: 0.0 |
| request_scheduler: org.apache.cassandra.scheduler.NoScheduler |
| server_encryption_options: |
| internode_encryption: none |
| keystore: conf/.keystore |
| keystore_password: cassandra |
| truststore: conf/.truststore |
| truststore_password: cassandra |
| index_interval: 128 |