Source r1 has been removed due to an error during configuration java.lang.IllegalArgumentException: Required parameter bind must exist and may not be null & 端口无法连接

在使用flume 中  Avro Source  、 Avro Sink组件时,抛出了这个异常,且运行Avro Sink时,说端口无法连接

 问题解决:

这是因为Source 的必要配置缺失报的错,分析下配置文件发现

 这里主机名的属性名应该是  bind   ,source 的 用法跟  Sink的不一样,不细心就会犯错!

原文地址:https://www.cnblogs.com/yangxusun9/p/12489678.html