Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.57 KB | None | 0 0
  1. authenticator: PasswordAuthenticator
  2. authorizer: CassandraAuthorizer
  3. auto_bootstrap: true
  4. auto_snapshot: true
  5. batch_size_warn_threshold_in_kb: 10
  6. batchlog_replay_throttle_in_kb: 1024
  7. cas_contention_timeout_in_ms: 1000
  8. client_encryption_options:
  9.   enabled: true
  10.   require_client_auth: true
  11. column_index_size_in_kb: 64
  12. commit_failure_policy: stop
  13. commitlog_directory: "/var/lib/cassandra/commitlog"
  14. commitlog_segment_size_in_mb: 32
  15. commitlog_sync: periodic
  16. commitlog_sync_period_in_ms: 10000
  17. commitlog_total_space_in_mb: 4096
  18. compaction_throughput_mb_per_sec: 16
  19. concurrent_compactors: 4
  20. concurrent_counter_writes: 32
  21. concurrent_reads: 32
  22. concurrent_writes: 32
  23. counter_cache_save_period: 7200
  24. counter_write_request_timeout_in_ms: 5000
  25. cross_node_timeout: false
  26. data_file_directories:
  27. - "/var/lib/cassandra/data"
  28. disk_failure_policy: stop
  29. dynamic_snitch_badness_threshold: 0.1
  30. dynamic_snitch_reset_interval_in_ms: 600000
  31. dynamic_snitch_update_interval_in_ms: 100
  32. endpoint_snitch: Ec2MultiRegionSnitch
  33. hinted_handoff_enabled: true
  34. hinted_handoff_throttle_in_kb: 1024
  35. incremental_backups: false
  36. index_interval: 128
  37. index_summary_resize_interval_in_minutes: 60
  38. inter_dc_tcp_nodelay: true
  39. internode_compression: none
  40. key_cache_save_period: 14400
  41. max_hint_window_in_ms: 10800000
  42. max_hints_delivery_threads: 2
  43. memtable_allocation_type: heap_buffers
  44. native_transport_port: '9042'
  45. num_tokens: 16
  46. partitioner: org.apache.cassandra.dht.Murmur3Partitioner
  47. permissions_validity_in_ms: 2000
  48. phi_convict_threshold: 12
  49. range_request_timeout_in_ms: 10000
  50. read_request_timeout_in_ms: 10000
  51. request_scheduler: org.apache.cassandra.scheduler.NoScheduler
  52. request_timeout_in_ms: 10000
  53. row_cache_save_period: 0
  54. row_cache_size_in_mb: 0
  55. rpc_address: 0.0.0.0
  56. rpc_keepalive: 'true'
  57. rpc_max_threads: 2048
  58. rpc_min_threads: 16
  59. rpc_port: '9160'
  60. rpc_server_type: sync
  61. saved_caches_directory: "/var/lib/cassandra/saved_caches"
  62. seed_provider:
  63. - class_name: org.apache.cassandra.locator.SimpleSeedProvider
  64. server_encryption_options:
  65.   internode_encryption: all
  66. snapshot_before_compaction: false
  67. ssl_storage_port: 7001
  68. sstable_preemptive_open_interval_in_mb: 50
  69. start_native_transport: true
  70. start_rpc: 'true'
  71. storage_port: 7000
  72. stream_throughput_outbound_megabits_per_sec: 400
  73. streaming_socket_timeout_in_ms: 3600000
  74. thrift_framed_transport_size_in_mb: 15
  75. thrift_max_message_length_in_mb: 16
  76. tombstone_failure_threshold: 100000
  77. tombstone_warn_threshold: 1000
  78. trickle_fsync: true
  79. trickle_fsync_interval_in_kb: 10240
  80. truncate_request_timeout_in_ms: 60000
  81. write_request_timeout_in_ms: 10000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement