cassandra-docker icon indicating copy to clipboard operation
cassandra-docker copied to clipboard

Cassandra in Docker

Results 10 cassandra-docker issues
Sort by recently updated
recently updated
newest added

When I try to run cassandra-stress, I get the following error: ` sudo docker exec -it 0e1e582a557d ./bin/cassandra-stress write=1000000` `Error: Could not find or load main class org.apache.cassandra.stress.Stress ` I...

Could you please upgrade to cassandra 3.4? Tried to fork your repo and do it myself, but the built image won't start and doesn't log anything. Tried with 3.3 and...

I connected the container's data to a path on my HDD as described in the instruction: $ docker run -d --name cass1 tobert/cassandra -v /srv/cassandra:/data; Then, I connected to the...

Hi Albert, I noticed that the current version of `install-cassandra-tarball.sh` on master has this in the `$URL` `www.apache.dist` I'm not aware of a .dist TLD being live yet. I get...

I just tried to use this on Ubuntu 15.04, and running `docker run -d tobert/cassandra -name "Test Cluster"` results in the container starting and immediately dying. There is no output...

Hi, First of all, I appreciate your project. However, I'm still bit confused of how docker expose the Cassandra ports through the host machine. I assumed that "docker run -d...

change apache.dist to apache.org/dist

Would you be open to including support for the community edition of OpsCenter? I could see this materializing similar to the following: ``` docker run --name=n1 -d tobert/cassandra -agent docker...

Similar to how mysql ships my.cnf-huge etc. add a flag that gets different presets in cassandra.yaml and the sprokfile. micro should be tuned for Raspberry Pi. Huge should be G1...