| clear query|facets|time |
Search criteria: .
Results from 1 to 8 from
8 (0.186s).
|
|
|
Loading phrases to help you refine your search...
|
|
FileChannel error - Flume - [mail # user]
|
|
...Hi, I restarted my flume process, and I am now getting the following error in my logs: 29 Mar 2013 17:56:13,756 ERROR [lifecycleSupervisor-1-0] (org.apache.flume.channel.file.Log...
|
|
|
Author: Andrew Jones,
2013-03-29, 18:02
|
|
|
Re: Flume startup script - Flume - [mail # user]
|
|
...I found this start up script, which I used as a started point: https://git-wip-us.apache.org/repos/asf?p=bigtop.git;a=blob;f=bigtop-packages/src/common/flume/flume-node.init;h=3dc98583...
|
|
|
Author: Andrew Jones,
2012-11-29, 09:18
|
|
|
Re: Custom sink - "close() called when transaction is OPEN" error - Flume - [mail # user]
|
|
...OK, got it. I had this: Event event = channel.take(); if (event == null) { return Status.BACKOFF; } I changed it to: if (event == null) { transa...
|
|
|
Author: Andrew Jones,
2012-11-16, 16:17
|
|
|
Re: Custom sink - "close() called when transaction is OPEN" error - Flume - [mail # user]
|
|
...Sure. Sink: http://pastebin.com/N6zh73hU Config: http://pastebin.com/Tc2MH9iV Thanks. On 16 November 2012 15:32, Brock Noland wrote: ...
|
|
|
Author: Andrew Jones,
2012-11-16, 15:45
|
|
|
Re: Custom sink - "close() called when transaction is OPEN" error - Flume - [mail # user]
|
|
...I tried logging the first throwable, but now that is just the IllegalStateException. Today I have been looking at Flume-1.3.0rc3 and I have noticed the same problem. This is using the ...
|
|
|
Author: Andrew Jones,
2012-11-16, 15:21
|
|
|
Re: Custom sink - "close() called when transaction is OPEN" error - Flume - [mail # user]
|
|
...We are using Flume 1.2.0. We have a custom source, although it passes through an Avro Sink and Source before getting to the sink. We are now using the memory channel, although had just switc...
|
|
|
Author: Andrew Jones,
2012-11-15, 11:24
|
|
|
Custom sink - "close() called when transaction is OPEN" error - Flume - [mail # user]
|
|
...Hi, I have a custom sink which has been working fine, but recently I have started seeing this error in the logs: Unable to deliver event. Exception follows. java.lang.IllegalStat...
|
|
|
Author: Andrew Jones,
2012-11-14, 16:55
|
|
|
Re: Using Python and Flume to store avro data - Flume - [mail # user]
|
|
...We also use Thrift to send from multiple languages, but have written a custom source to accept the messages. Writing a custom source was quite easy. Start by looking at the code for Th...
|
|
|
Author: Andrew Jones,
2012-11-13, 09:28
|
|
|
|