hmsonline / storm-cassandra-cql

Storm Cassandra Bridge built on CQL
Apache License 2.0
43 stars 38 forks source link

Updated to remove default keyspace as well as allow for counter batches #19

Closed alexduan closed 9 years ago

alexduan commented 10 years ago

Allows users to pass an Option.batchType to CassandraCqlMapState.java, specifying the BatchStatement type with which to execute CQL statements. Also, removed the default keyspace.