一、flume event 二、byte[]和String之间的转换 三、ObjectMapper把string转化为JsonNode 三、获取JsonNode中数据 四、Map格式的数据转化为Json字符串 五、遍历Map格式的数据 六、拦截器开发完整案例
flume拦截器开发需要熟悉flume event接口,了解head、body的数据样式,在开发的过程中,会运用到相关开发知识,下面会详细介绍运用到的每块知识点,并以代码为例子学会应用这些开发知识点。 一、flume event
flume event接口如下所示,注意getHeaders和getBody的返回类型
public interface Event { /** * Returns a map