When I try to run cassandra-stress, I get the following error:
sudo docker exec -it 0e1e582a557d ./bin/cassandra-stress write=1000000Error: 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?
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?