Re: Defining DataSet.json for cassandra-unit testing

2014-12-16 Thread Ryan Svihla
I'd ask the author of cassandra-unit. I've not personally used that project. On Tue, Dec 16, 2014 at 8:00 AM, Chamila Wijayarathna < cdwijayarat...@gmail.com> wrote: > > Hello all, > > I am trying to test my application using cassandra-unit with following > schema and data given below. > > CREATE

Defining DataSet.json for cassandra-unit testing

2014-12-16 Thread Chamila Wijayarathna
Hello all, I am trying to test my application using cassandra-unit with following schema and data given below. CREATE TABLE corpus.bigram_time_category_ordered_frequency ( id bigint, word1 varchar, word2 varchar, year int, category varchar, frequency int, PRIMARY KEY((