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提供的示例来配置:
[root@BFHT5 ogg]# more dirprm/custom-flume-rpc.properties
client.type = default
hosts = bfht5
hosts.bfht5 = 10.80.2.108:1111
batch-size = 100
connect-timeout = 20000
request-timeout = 20000
这样就行了