Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 Flume 代理上指定压缩选项,以便以压缩格式将数据传输到收集器?我知道收集器级别有压缩选项,但是能够从代理传输压缩数据也非常有用。
谢谢!
Flume 有你可以使用的gzip和sink 装饰器。gunzip将gzip装饰器放在代理接收器上,将gunzip装饰器放在收集器接收器上,在代理和收集器之间传输压缩数据应该可以正常工作。
gzip
gunzip