hmsonline / storm-cassandra-cql

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

Backing Map Implementation and Retry for Incremental State #5

Closed boneill42 closed 10 years ago

leerobert commented 10 years ago

I think examples should be at the top level and separated in the normal directory structure we have now: example/ can contain the basic example topology example/incremental can contain the incremental topologies

That way we can use the normal maven directory structure for junit tests on the backing map and state and incremental map and state.

boneill42 commented 10 years ago

Agreed. I'll move the simple and incremental examples.

leerobert commented 10 years ago

Ok I plan on working on setting up the backing map for incremental columns and creating the word count example for that today. It shouldn't be too much work. Do you want to take the lead on junit tests and better error checking for the backing maps?