fluent-plugin-webhdfs
fluent-plugin-webhdfs copied to clipboard
Hadoop WebHDFS output plugin for Fluentd
telnet to server and send data ``` ["test.abc",[[1449207484,{"cid":1,"time":1402497769,"name":"\u6155\u5bb9\u5fb7\u5eb7","ctime":1402110157}]],{"chunk":"a14492074850006"}] ``` error info ``` 2015-12-04 13:38:04 +0800 [warn]: emit transaction failed: error_class=Encoding::UndefinedConversionError error="\"\\xE6\" from ASCII-8BIT to UTF-8" tag="test.abc" ```
# symptom "invalid strptime format" error occurs after changing path configuration. # how to repoduce 1 set a config file as below. ``` type webhdfs buffer_type file path /tmp/test_%Y%m%d #...
Signed-off-by: lion2me Hello, I'm Lion2me. I am using one active namenode and two standby namenodes using the zookeeper. While using the webhdfs plug-in, I saw that the number of standby...