High Log Storage

2012-04-19 Thread Trevor Francis
even one chatty machine. We may have up to 200 machines. Any suggestions on a tool that can reliably do this. Data not making it into the cassandra db will cause huge problems, so that is a factor to consider. Regards, Trevor Francis

Write Performance

2012-04-19 Thread Trevor Francis
Flume sink. The disk io remains nearly nil along with load average across the cluster, but writes peak there. The data being written in is small (150-bytes). VNstat reveals ethernet bandwidth not exceeding 2mb/sec. Not sure if this is a cassandra issue or a flume issue. Thoughts? Trevor Francis

Re: Lexer error at char '\u201C'

2012-04-18 Thread Trevor Francis
sandraSink,org.apache.cassandra.plugins.flume.sink.LogsandraSyslogSink Comma separated list of plugin classes Weird: Trevor Francis On Apr 18, 2012, at 11:39 PM, Nick Bailey wrote: > https://github.com/thobbs/flume-cassandra-plugin > > I think that is fairly up to date, right Tyler? >

Re: Lexer error at char '\u201C'

2012-04-18 Thread Trevor Francis
sinks that actually work for Flume? Trevor Francis On Apr 18, 2012, at 11:12 PM, Tyler Hobbs wrote: > This... looks like Flume. Are you sure you've got the right mailing list? > > On Wed, Apr 18, 2012 at 11:04 PM, Trevor Francis > wrote: > Trying to add an agent config th

Lexer error at char '\u201C'

2012-04-18 Thread Trevor Francis
r '\u201C' at line 1 char 13 Any ideas? Trevor Francis

Re: Column Family per User

2012-04-18 Thread Trevor Francis
And Columns would be: 12:22:23.293/Wind 12:22:23.293/Rain 12:22:23.293/Sunshine Data would be: 55 45 10 Our the columns could be 12:22:23.293 Data: Wind/55/45/35 Or something like that….Am I headed in the right direction? Trevor Francis On Apr 18, 2012, at 3:10 PM, Janne Jalkanen wro

Re: Column Family per User

2012-04-18 Thread Trevor Francis
that would be 12,000 rows per day…with the maximum column size of 180M columns. Am I grasping this concept properly? Trevor Francis On Apr 18, 2012, at 3:06 PM, Dave Brosius wrote: > > Your design should be around how you want to query. If you are only querying > by user, then ha

Re: Column Family per User

2012-04-18 Thread Trevor Francis
n generate historical trending over the course a week. We will do this every 15 minutes. Any suggestions on where I should head to start my journey into Cassandra for my particular application? Trevor Francis On Apr 18, 2012, at 2:14 PM, Janne Jalkanen wrote: > > Each CF takes a fair

Column Family per User

2012-04-18 Thread Trevor Francis
dimensioning, if each user is querying their keyspace and only their keyspace? Trevor Francis

Single Vs. Multiple Keyspaces

2012-04-18 Thread Trevor Francis
ect query speed, etc. etc. Trevor Francis