flume handler

Posted 月饼馅饺子

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了flume handler相关的知识,希望对你有一定的参考价值。

1.classpath
classpath中需要这两项:Flume Agent configuration file and the second are the Flume client jars (flume 代理配置和flume 客户端jar).OGG flume handler使用前者解析主机、端口、连接类型等 。
实际上,只需要加入dirprm这个目录和flume_home/lib下即可以

2.设置flume代理
    可以根据oracle提供的示例来配置:
  1. [[email protected] ogg]# more dirprm/custom-flume-rpc.properties
  2. client.type = default
  3. hosts = bfht5
  4. hosts.bfht5 = 10.80.2.108:1111
  5. batch-size = 100
  6. connect-timeout = 20000
  7. request-timeout = 20000

这样就行了




以上是关于flume handler的主要内容,如果未能解决你的问题,请参考以下文章

Android Studio - 如何从片段中停止 handler.postDelayed?

003- Flume Source之HTTP

Flume-ng禁用自动加载配置文件功能

自定义无内存泄漏的Handler内部类

什么时候可以在android中使用强引用,这个代码是否泄漏?

flume原理及代码实现