Re: flume-ng cassandra sink problem..

2012-12-26 Thread Priyanka Jain
On Thu, Dec 27, 2012 at 12:22 PM, Priyanka Jain wrote: > Hi , > > Sending the some log for the error.In attached file. > > On Wed, Dec 26, 2012 at 11:50 PM, Nitin Pawar wrote: > >> can you provide sample line out of your log? >> >> the cassandra sink you are using looks at a particular event hea

Re: flume-ng cassandra sink problem..

2012-12-26 Thread Nitin Pawar
can you provide sample line out of your log? the cassandra sink you are using looks at a particular event headers in your log such as key, src and host On Wed, Dec 26, 2012 at 11:35 PM, Priyanka jain wrote: > Hi Nitin, > Thanks for your suggestion. > > I have done all the thing as in README. bu

Re: flume-ng cassandra sink problem..

2012-12-26 Thread Priyanka jain
Hi Nitin, Thanks for your suggestion. I have done all the thing as in README. but am not getting from where I can set that key. can you please give me idea about from where I can configure it or from where its get generated. On Wed, Dec 26, 2012 at 11:22 PM, Nitin Pawar wrote: > from the README

Re: flume-ng cassandra sink problem..

2012-12-26 Thread Nitin Pawar
from the README you need to have following things in conf The Sink expects several flume event headers to be present: - key - used (combined with src) to create the Cassandra row key. It should be generated by the application doing the logging - timestamp - timestamp of when the log occu