Re: querying time series from hadoop

2013-12-30 Thread Aaron Morton
> So now i will try to patch my cassandra 1.2.11 installation but i just wanted > to ask you guys first, if there is any other solution that does not involve a > release. That patch in CASSANDRA-6311 is for 2.0 you cannot apply it to 1.2 > but when i am using the java driver, the driver already

querying time series from hadoop

2013-12-26 Thread mete
Hello folks, i have come up with a basic time series cql schema based on the articles here: http://www.datastax.com/dev/blog/advanced-time-series-with-cassandra so simply put its something like: rowkey, timestamp, col3, col4 etc... where rowkey and timestamp are compound keys. Where i am hav