tobert / cassandra-docker

Cassandra in Docker
https://registry.hub.docker.com/u/tobert/cassandra/
Apache License 2.0
130 stars 56 forks source link

Unable to run cassandra-stress #37

Open absu5530 opened 6 years ago

absu5530 commented 6 years ago

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 entered the docker container and found that cassandra-stress is indeed present in /bin. cqlsh and nodetool status seem to work. What could the problem be?