| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
30 (0.13s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Architecting Flume for failover - Flume - [mail # user]
|
|
...Maybe post your entire config? On Tue, Feb 19, 2013 at 5:35 PM, Noel Duffy wrote: ...
|
|
|
Author: Jeff Lord,
2013-02-20, 01:45
|
|
|
Re: Architecting Flume for failover - Flume - [mail # user]
|
|
...Noel, What test did you perform? Did you stop sink-2? Currently you have set a higher priority for sink-2 so it will be the default sink so long as it is up and running. -Jeff &n...
|
|
|
Author: Jeff Lord,
2013-02-20, 01:16
|
|
|
Re: source status in FlumeNG - Flume - [mail # user]
|
|
...Madhu, When the channel is full the source will no longer be able to accept transactions and place them on the channel. It will not hang and will begin accepting transactions again onc...
|
|
|
Author: Jeff Lord,
2013-02-12, 19:20
|
|
|
Re: Flume-NG : Spooling dir source : java.io.IOException: Stream closed - Flume - [mail # user]
|
|
...The spooling directory source assumes that the files in the directory your are spooling are immutable. java.lang.**IllegalStateException: File name has been re-used with different fil...
|
|
|
Author: Jeff Lord,
2013-02-09, 00:20
|
|
|
Re: Does Flume NG requires to be installed on all the sources? - Flume - [mail # user]
|
|
...It sounds like you might want to use the log4j appender than. This will only require the flume-ng sdk libs on the servers where the log messages originate. http://flume.apache.org/FlumeUserG...
|
|
|
Author: Jeff Lord,
2013-02-08, 22:42
|
|
|
Re: Does Flume NG requires to be installed on all the sources? - Flume - [mail # user]
|
|
...Seshu, It really is going to depend on your use case. Though it sounds that you may need to run an agent on each of the source machines. Which source do you plan to use? It may also be...
|
|
|
Author: Jeff Lord,
2013-02-07, 01:47
|
|
|
Re: Multiplexing to multiple JdbcChannel (Derby) + event header ? - Flume - [mail # user]
|
|
...On Tue, Jan 22, 2013 at 2:51 AM, Alain B. wrote: By default they will use the same derby DB. You can specify the location with the following property. a1.channels.c1...
|
|
|
Author: Jeff Lord,
2013-01-22, 18:54
|
|
|
Re: Need for UDP / Multicast Source - Flume - [mail # user]
|
|
...Hi Andrew, You may try lowering transactionCapacity here. The transactionCapacity should be set to the value of the largest batch size that will be used to store or remove events from ...
|
|
|
Author: Jeff Lord,
2013-01-17, 17:59
|
|
|
Re: Of BatchSize / Channel Capacity / Transaction Capacity - Flume - [mail # user]
|
|
...Bhaskar, I have created the following jira for this: https://issues.apache.org/jira/browse/FLUME-1829 -Jeff On Fri, Jan 11, 2013 at 6:48 AM, Bhaskar V. Karambelkar <[EM...
|
|
|
Author: Jeff Lord,
2013-01-11, 17:03
|
|
|
Re: Of BatchSize / Channel Capacity / Transaction Capacity - Flume - [mail # user]
|
|
...Hi Bashkar, 1) Batch Size 1.a) When configured by client code using the flume-core-sdk , to send events to flume avro source. The flume client sdk has an appendBatch method. Thi...
|
|
|
Author: Jeff Lord,
2013-01-09, 02:40
|
|
|
|