| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
54 (0.101s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Data Lineage - Flume - [mail # user]
|
|
...You will want to look at the Serializer component. The default serializer is TEXT, which will only write out the body of your event discarding all headers. You can switch to one of the other...
|
|
|
Author: Connor Woodson,
2013-02-05, 01:51
|
|
|
Re: Flume process does not respond to kill - Flume - [mail # user]
|
|
...I have had similar crashes, normally due to a poorly set-up log4j.properties or some other issue that crashed the program badly enough. Any more details on your configuration, or any E...
|
|
|
Author: Connor Woodson,
2013-02-05, 01:45
|
|
|
Re: Question about flume versioning in 1.3.1 - Flume - [mail # user]
|
|
...The way I usually go about extending Flume is to create a separate project and include Flume as a dependency; from there, after packaging my code as a .jar, it can be placed in a plugins.d/ ...
|
|
|
Author: Connor Woodson,
2013-01-30, 02:15
|
|
|
Re: Question about flume versioning in 1.3.1 - Flume - [mail # user]
|
|
...The way the releases are made is by creating a branch for each release; I assume whomever pushed the 1.3.1 release updated the pom before they released it but forgot to push that change to g...
|
|
|
Author: Connor Woodson,
2013-01-30, 00:29
|
|
|
Re: HDFS Test Failure - Flume - [mail # user]
|
|
...I ran it in Sudo mode to try and get around that, which worked; I changed the default umask to 0022 and it works without sudo. However, I am still getting the timeout for the HBase sink test...
|
|
|
Author: Connor Woodson,
2013-01-28, 02:24
|
|
|
Re: HDFS Test Failure - Flume - [mail # user]
|
|
...Nope, doesn't work. Doing 'mvn clean install' still gives me errors on the HDFS mini cluster test; doing an install without tests and then running 'mvn test' doesn't work either. Runni...
|
|
|
Author: Connor Woodson,
2013-01-27, 23:44
|
|
|
Re: HDFS Test Failure - Flume - [mail # user]
|
|
...Running "mvn clean test" as root, the HDFS test doesn't crash. TestAsyncHBaseSink takes a long time but succeeds. TestHBaseSink, however, fails after a while when it times out. How can...
|
|
|
Author: Connor Woodson,
2013-01-26, 01:38
|
|
|
Re: Setting up flume to use ganglia results in a lot of error messages in /var/log/messages - Flume - [mail # user]
|
|
...I have not had success with Ganglia, due to the same issue I think as you've encountered. - Connor On Wed, Jan 23, 2013 at 6:04 AM, Christian Schroer <[EMAIL PROTECTED]  ...
|
|
|
Author: Connor Woodson,
2013-01-23, 21:12
|
|
|
Re: How to run flume-mg in background? - Flume - [mail # user]
|
|
...Easiest way I have found is to run it in a screen instance: $ screen -R (you're now in a screen instance) $ (type Ctrl-a then d to leave screen; to go back to that instance...
|
|
|
Author: Connor Woodson,
2013-01-22, 08:32
|
|
|
Re: Log4J Appender in Flume - Flume - [mail # user]
|
|
...Yes that's what I wanted to do, but that feedback loop is killer. I'll just have to switch to something else. Thanks - Connor On Sat, Jan 19, 2013 at 5:25 PM, Brock Noland...
|
|
|
Author: Connor Woodson,
2013-01-21, 01:05
|
|
|
|