Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 57 (0.13s).
Loading phrases to help you
refine your search...
Re: Apache Flume Properties File - Flume - [mail # user]
...Here is a good guide on getting started with Flume; about a third of the way down is a very basic configuration you can copy+paste to test it out.  https://cwiki.apache.org/FLUME/gettin...
   Author: Connor Woodson, 2013-05-24, 21:16
Re: HDFSEventSink Memory Leak Workarounds - Flume - [mail # user]
...The other property you will want to look at is maxOpenFiles, which is the number of file/paths held in memory at one time.  If you search for the email thread with subject "hdfs.idleTim...
   Author: Connor Woodson, 2013-05-21, 21:12
Re: Programmatically write files into HDFS with Flume - Flume - [mail # user]
...If you just want to write data to HDFS then Flume might not be the best thing to use; however, there is a Flume Embedded Agentthat will embed Flume into your application. I don't believe it ...
   Author: Connor Woodson, 2013-05-01, 01:48
Re: "single source - multi channel" scenario and applying interceptor while writing to only one channel and not on others...possible approaches - Flume - [mail # user]
...Jagadish,  You are right. Your problem here seems to be more about treating your events differently depending on the sink, and that is what I believe Serializers are best at. Here are s...
   Author: Connor Woodson, 2013-04-26, 05:15
Re: "single source - multi channel" scenario and applying interceptor while writing to only one channel and not on others...possible approaches - Flume - [mail # user]
...Heh, I forgot to link the multiplexing channel selector documentation.  Here it is.  - Connor   On Mon, Apr 22, 2013 at 11:52 PM, Connor Woodson wrote:  ...
   Author: Connor Woodson, 2013-04-23, 06:57
Re: "single source - multi channel" scenario and applying interceptor while writing to only one channel and not on others...possible approaches - Flume - [mail # user]
...Some more thoughts on this:  The way Interceptors are currently set to work is that they apply to an event as it is received. There are good uses for this - for instances, it allows eas...
   Author: Connor Woodson, 2013-04-23, 06:52
Re: Parameters in Configuration File - Flume - [mail # user]
...There is some work on modifying the configuration system to make Flume work with Zookeeper. I believe the way that's being done is by allowing for some form of pluggable configuration system...
   Author: Connor Woodson, 2013-03-16, 00:07
Re: Dropped events - Flume - [mail # user]
...The channel capacity is how many events the channel holds at once; as you have it set at just 1 event, then if the channel is holding a single event all other attempts to put an event in the...
   Author: Connor Woodson, 2013-03-15, 19:22
Re: Possible Conflicting Information Regarding Relationship Between Channels and Sinks within Documentation - Flume - [mail # dev]
...That statement in the developer guide appears to be inaccurate; feel free to submit a JIRA to that effect. I believe the user guide is updated much more than the developer guide and should t...
   Author: Connor Woodson, 2013-03-15, 04:21
Parameters in Configuration File - Flume - [mail # user]
...Does the Flume configuration file support parameters, for instance in the way that you can specify them in a log4j conf file?  - Connor...
   Author: Connor Woodson, 2013-03-15, 00:09
Sort:
project
Flume (57)
Pig (7)
type
mail # user (50)
mail # dev (7)
date
last 7 days (0)
last 30 days (2)
last 90 days (6)
last 6 months (57)
last 9 months (57)
author
Hari Shreedharan (919)
Brock Noland (811)
Mike Percy (586)
Jonathan Hsieh (376)
Disabled imported user (213)
Alexander Alten-Lorenz (191)
Juhani Connolly (171)
Will McQueen (127)
E. Sammer (112)
Arvind Prabhakar (107)
Roshan Naik (107)
Israel Ekpo (104)
Denny Ye (101)
Jarek Jarcec Cecho (84)
Ralph Goers (78)
Connor Woodson