java.lang.IllegalStateException: File name has been re-used with different files. (flume报错)
原因:
重复使用了同一个数据文件
解决方案1:
更改flume的配置文件conf的目录
a1.sources.r1.spoolDir = /usr/local/data/flumedata
#push mode
a1.sources = r1
a1.sinks = k1
a1.channels = c1
#source
a1.sources.r1.channels = c1
a1.sources....
原创
2018-10-18 11:23:06 ·
2810 阅读 ·
0 评论