58 lines
2.0 KiB
YAML
58 lines
2.0 KiB
YAML
# Copyright (C) 2015 Google Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
|
# use this file except in compliance with the License. You may obtain a copy of
|
|
# the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
# License for the specific language governing permissions and limitations under
|
|
# the License.
|
|
#
|
|
# Warning!
|
|
# Consider the effects on 'o.a.c.i.s.LegacySSTableTest' before changing schemas in this file.
|
|
#
|
|
cluster_name: Test Cluster
|
|
# memtable_allocation_type: heap_buffers
|
|
memtable_allocation_type: offheap_objects
|
|
commitlog_sync: batch
|
|
commitlog_sync_batch_window_in_ms: 1.0
|
|
commitlog_segment_size_in_mb: 5
|
|
commitlog_directory: target/cassandra/commitlog
|
|
hints_directory: target/cassandra/hints
|
|
partitioner: org.apache.cassandra.dht.ByteOrderedPartitioner
|
|
listen_address: 127.0.0.1
|
|
storage_port: 7010
|
|
rpc_port: 9170
|
|
start_native_transport: true
|
|
native_transport_port: 9042
|
|
column_index_size_in_kb: 4
|
|
saved_caches_directory: target/cassandra/saved_caches
|
|
data_file_directories:
|
|
- target/cassandra/data
|
|
disk_access_mode: mmap
|
|
seed_provider:
|
|
- class_name: io.k8s.cassandra.KubernetesSeedProvider
|
|
parameters:
|
|
- seeds: "8.4.4.4,8.8.8.8"
|
|
endpoint_snitch: org.apache.cassandra.locator.SimpleSnitch
|
|
dynamic_snitch: true
|
|
request_scheduler: org.apache.cassandra.scheduler.RoundRobinScheduler
|
|
request_scheduler_id: keyspace
|
|
server_encryption_options:
|
|
internode_encryption: none
|
|
keystore: conf/.keystore
|
|
keystore_password: cassandra
|
|
truststore: conf/.truststore
|
|
truststore_password: cassandra
|
|
incremental_backups: true
|
|
concurrent_compactors: 4
|
|
compaction_throughput_mb_per_sec: 0
|
|
row_cache_class_name: org.apache.cassandra.cache.OHCProvider
|
|
row_cache_size_in_mb: 16
|
|
enable_user_defined_functions: true
|
|
enable_scripted_user_defined_functions: true
|