| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
54 (0.49s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
Re: HDFS Test Failure - Flume - [mail # user]
|
|
...Alright, fixed it. So if the HDFS tests fail, it is (likely) a file permissions issue. And if the HBase tests timeout, it is (again, likely) a DNS issue as documented here . - Co...
|
|
|
Author: Connor Woodson,
2013-02-05, 01:54
|
|
|
|