parsa-epfl / cloudsuite

A Benchmark Suite for Cloud Services.
http://cloudsuite.ch
Other
210 stars 121 forks source link

Exposing Cassandra's Options to Container Startup Parameter #409

Closed xusine closed 1 year ago

xusine commented 1 year ago

Cassandra's options are defined in two files: jvm.options for Java VM parameter and cassandra.yaml for the Cassandra's parameter. Some important parameters (e.g., JVM heap size, reader worker / write worker count) should be exposed to the docker cmd for quick setup.

UlisesLuzius commented 1 year ago

In the docs, we are missing the -it flag in : docker run --name cassandra-client --net host cloudsuite/data-serving:client bash