views:

429

answers:

1

How can i delete/drop entire keyspace using php: cassandra :thrift

+2  A: 

http://wiki.apache.org/cassandra/LiveSchemaUpdates

jbellis
I had tried to do the same from console mode, its throwing me the error steps i had followedbin/cassandra-cli cassandra> delkeyspacename it is throwing the rror likeline 0:-1 mismatched input '<EOF>' expecting DOTException in thread "main" java.lang.AssertionError at org.apache.cassandra.cli.CliClient.executeDelete(CliClient.java:201) at org.apache.cassandra.cli.CliClient.executeCLIStmt(CliClient.java:83) at org.apache.cassandra.cli.CliMain.processCLIStmt(CliMain.java:213) at org.apache.cassandra.cli.CliMain.main(CliMain.java:270)
could you please explain the same with some example code