| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
607 (0.267s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HBase Sink Reliability - Flume - [mail # user]
|
|
...Also, the below doesn't make sense unless you are generating the config yourself. The file channel doesn't do the kind of path manipulation that the hdfs sink does... collector.channel...
|
|
|
Author: Brock Noland,
2013-04-22, 16:01
|
|
|
Re: flume.EventDeliveryException: Failed to send events - Flume - [mail # user]
|
|
...Any chance of getting a thread dump (or a few) on both the source and destination agent during an incident? :) It'd be a little work, but a script could look for "Unable to deliver event. Ex...
|
|
|
Author: Brock Noland,
2013-04-16, 19:57
|
|
|
Re: flume.EventDeliveryException: Failed to send events - Flume - [mail # user]
|
|
...Another possibility is that the downstream agent is near capacity from a memory perspective. What is your heap size for these agents? On Tue, Apr 16, 2013 at 2:19 PM, Hari Shreedharan...
|
|
|
Author: Brock Noland,
2013-04-16, 19:26
|
|
|
Re: Log Events get Lost - flume 1.3 - Flume - [mail # user]
|
|
...As Israel said, you should not depend on timestamp being unique. I'd proceed with caution when using the sequence id approach if it will be the front of you key for the same reason timestamp...
|
|
|
Author: Brock Noland,
2013-04-16, 19:17
|
|
|
Re: Log Events get Lost - flume 1.3 - Flume - [mail # user]
|
|
...Hi, There are two issues with your configuration: 1) batch size of 1 with file channel is anti-pattern. This will result in extremely poor performance because the file channel wi...
|
|
|
Author: Brock Noland,
2013-04-16, 14:39
|
|
|
Re: FileChannel on Windows - Flume - [mail # user]
|
|
...http://issues.apache.org/jira/browse/FLUME-1285 On Wed, Apr 10, 2013 at 4:20 PM, Israel Ekpo wrote: Apache MRUnit - Unit testing MapReduce - http://mrunit.apache.or...
|
|
|
Author: Brock Noland,
2013-04-10, 21:32
|
|
|
Re: FileChannel on Windows - Flume - [mail # user]
|
|
...I think we just need to copy 4-5 classes over from hadoop. Someone uploaded a patch I just haven't had time to work with it. On Wed, Apr 10, 2013 at 3:41 PM, Hari Shreedharan <[EMA...
|
|
|
Author: Brock Noland,
2013-04-10, 20:44
|
|
|
Re: Review Request: BasicTransactionSemantics should avoid throw-ing from close() - Flume - [mail # dev]
|
|
... It'd still be "polite" and recommended to rollback the transaction if not technically required. We could also log and error if we had to log rollback the transaction. - Brock &...
|
|
|
Author: Brock Noland,
2013-04-10, 19:09
|
|
|
Re: FileChannel on Windows - Flume - [mail # user]
|
|
...Hi, You are missing the hadoop-core.jar. Brock On Wed, Apr 10, 2013 at 1:55 PM, Paul Chavez wrote: Apache MRUnit - Unit testing MapReduce - http://mrun...
|
|
|
Author: Brock Noland,
2013-04-10, 19:07
|
|
|
Re: Review Request: BasicTransactionSemantics should avoid throw-ing from close() - Flume - [mail # dev]
|
|
... Yeah I think we'd have to call rollback, catching and logging any exception. This behavior would be similar to the db where you can close a connection without closing a statement and ...
|
|
|
Author: Brock Noland,
2013-04-10, 18:53
|
|
|
|