You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for a sample code using storm-cassandra which writes to a cassandra column family having composite column. Though it claims this feature is available in 0.4.0 branch but there's no example. Refer: #15
The text was updated successfully, but these errors were encountered:
I just pushed some internal changes and released 0.4.0-rc1. There aren't composite examples in the "examples" directory (yet), but you can find sample code in the unit tests.
Specifically, look at the following classes:
CompositeTest
CompositeColumnTridentTupleMapper
SimpleComposite
I will be updating the documentation and examples in the near future.
I am looking for a sample code using storm-cassandra which writes to a cassandra column family having composite column. Though it claims this feature is available in 0.4.0 branch but there's no example. Refer: #15
The text was updated successfully, but these errors were encountered: