Flume使用NetCat模式的时候,遇到POST特别大的数据的时候,客户端会报错:
Event exceeds the maximum length
服务端会输出:
Client sent event exceeding the maximum length
解[……]
Flume使用NetCat模式的时候,遇到POST特别大的数据的时候,客户端会报错:
Event exceeds the maximum length
服务端会输出:
Client sent event exceeding the maximum length
解[……]
遇到报错:Could not find or load main class org.apache.flume.node.Application
通常都是没有设置flume的路径造成的,解决方案如下:
echo -e "export FLUME_HOME=[......]