Flume Embedded Agent Interrupted in Handshake

2014-07-04 Thread Adam Higginson
Hi, I'm currently attempting to make use of an Embedded Agent with a file based channel which will be used to write to another agent and then ultimately into a hdfs sequence file. The connection is successfully made, and data is sent across to the other agent (and then a sequence file). However

Re: Flume Embedded Agent Interrupted in Handshake

2014-07-04 Thread Jeff Lord
Adam, You are mostly correct. The one thing I might add that may help is to know that the sink is consuming the events from the channel, writing them to the next hop source and then committing the transaction. As opposed to the channel pushing the events, as the channel is a passive component. You