Skip to content

Instantly share code, notes, and snippets.

@argv0
Created October 5, 2013 02:02
Show Gist options
  • Save argv0/6835711 to your computer and use it in GitHub Desktop.
Save argv0/6835711 to your computer and use it in GitHub Desktop.
whatchu know about massively simpler riak configuration
## The enabled Yokozuna set this 'on'.
yokozuna = off
## The port number which Solr binds to.
yokozuna.solr_port = 8093
## The port number which Solr JMX binds to.
yokozuna.solr_jmx_port = 8985
## The arguments to pass to the Solr JVM. Non-standard
## arguments, i.e. -XX, may not be portable across JVM
## implementations. E.g. -XX:+UseCompressedStrings.
yokozuna.solr_jvm_args = -Xms1g -Xmx1g -XX:+UseStringCache -XX:+UseCompressedOops
## The data under which to store all Yokozuna related data.
## Including the Solr index data.
yokozuna.data_dir = ./data/yz
## Default ring creation size. Make sure it is a power of 2,
## e.g. 16, 32, 64, 128, 256, 512 etc
## ring_size = 64
## enable active anti-entropy subsystem
anti_entropy = on
## where do you want the console.log output:
## off : nowhere
## file: the file specified by log.console.file
## console : standard out
## both : log.console.file and standard out.
log.console = file
## the log level of the console log
log.console.level = debug
## location of the console log
log.console.file = ./log/console.log
## location of the error log
log.error.file = ./log/error.log
## turn on syslog
log.syslog = off
## listener.http.<name> is an IP address and TCP port that the Riak
## HTTP interface will bind.
listener.http.internal = 127.0.0.1:8098
## listener.protobuf.<name> is an IP address and TCP port that the Riak
## Protocol Buffers interface will bind.
listener.protobuf.internal = 127.0.0.1:8087
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment