We have a large collection of "domain names" that we are moving from a MySQL DB to Cassandra for analytics. We want to run some n-gram tagging models that we have developed for this purpose and would like to do it at scale.
The question I really have is how does Mahout map on to Cassandra, I see that .6 release states support for Cassandra Data model, which I am guessing is support for mapping on to Columns, SuperColumns etc or am I mistaken ? -srinivas On Wed, Feb 29, 2012 at 9:23 AM, Sean Owen <[email protected]> wrote: > CassandraDataModel is not related to HMM. Maybe you could be more specific > here. > On Feb 29, 2012 4:43 AM, "Srinivas Krishnan" <[email protected]> > wrote: > > > I am currently designing my Data Model for a small cassandra cluster and > > wanted to incorporate the HMM model from Mahout. I could not find much > > documentation of how exactly Mahout maps to an existing Data Model in > > Cassandra. Any specific things to keep in mind or pointer would be great. > > > > -srinivas > > >
