> Can somebody please give steps to run cassandra stess.py program. Assuming you have the thrift compiler installed, something like (from memory, not tested):
cd contrib/py_stress thrift --gen py:new ../../interface/cassandra.thrift export PYTHONPATH=$(pwd)/gen-py python stress.py -- / Peter Schuller