You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2018. It is now read-only.
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?
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.StressI 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?