flume
How to configure log4j for package level logging?
I want to l开发者_开发百科og in to multiple log files(flume and console). How to set log4j as package level?ie com.mypackage.myclass into flume and other packages into console.. First of all you need[详细]
2023-04-09 09:24 分类:问答How to build Cloudera's Flume (on OS X)? Null errors on maven build
I downloaded Flume source from: https://github.com/cloudera/flume/tarball/release-0.9.4 I\'m getting a NullPointerException, shown below.If anyone has any tips, would be much appreciated.[详细]
2023-04-04 01:44 分类:问答How to backup a flume master node config?
I am using flume on a project and am looking for a way to backup the config for the master node. How would I go about doing this? I can\'t seem to find any info regarding backups on the user guide.开发[详细]
2023-04-02 02:20 分类:问答How to write a custom flume OG sink
We\'re using flume and I need to collect some log messages into rabbitmq. I found a source implementation that reads messages from rabbitmq, but I couldn\'t find a sink that can write message开发者_JA[详细]
2023-03-17 14:57 分类:问答Flume agent - can I specify compression like gzip or bz2?
Is it possible to specify a compression option on a Flume agent so that the data is transferred to the collector in a compressed format?I know there are compression options on the collector level, but[详细]
2023-02-13 07:44 分类:问答Which is the easiest way to combine small HDFS blocks?
I\'m collecting logs with Flume开发者_JAVA技巧 to the HDFS. For the test case I have small files (~300kB) because the log collecting process was scaled for the real usage.[详细]
2023-01-30 12:54 分类:问答Scribe, Flume and Chukwa - what are alternatives? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-01-14 07:29 分类:问答How to convert this regular expression into Python
I want to use this regular expression in Python: <(?:\"[^\"]*\"[\'\"]*|\'[^\']*\'[\'\"]*|[^\'\">])+>[详细]
2022-12-22 06:57 分类:问答