org.apache.flume.FlumeException: NettyAvroRpcClient { host: xxx.xxx.xxx.xxx, port: 41100 }: RPC

2014-12-19 01:05:42,141 (lifecycleSupervisor-1-1) [WARN - org.apache.flume.sink.AbstractRpcSink.start(AbstractRpcSink.java:294)] Unable to create Rpc client using hostname: xxx.xxx.xxx.xxx, port: 41100
org.apache.flume.FlumeException: NettyAvroRpcClient { host: 121.41.49.51, port: 41100 }: RPC connection error

如果在flume中sinks使用avro来推送数据时,出现这个问题。

那么要看一下Server上有没有监听,如果没有监听,则客户端的RPC当然连接SEVER时会报错啦!

文章发自:http://www.cnblogs.com/hark0623/p/4175050.html  转发请注明

原文地址:https://www.cnblogs.com/hark0623/p/4175050.html