I\'m looking for a way to delete all of the rows from a given column family in cassandra.
This is the equivalent of TRUNCATE TABLE in SQL.
TRUNCATE TABLE
If you are using Hector it is easy as well:
cluster.truncate("our keyspace name here", "your column family name here");