Results 3 comments of jin lv

i have the same problem. i will show the how the problem occurs. let's say, i "tail" a file into hdfs using webhdfs. td-agent.conf ``` type tail pos_file /home/lvjin/workspace/work/td-agent/pos_files/test_log.pos format...

Thanks for replying, but, i can guarantee my data is valid UTF-8 chars. I can correctly output my data into a file with out_file, kafka with out_kafka(_buffered), but not hdfs...

I replaced "JSON module of ruby" in the PlainTextFormatter with Yajl, and it works well ``` ruby record.to_json ``` replaced by ``` ruby Yajl.dump(record) ``` I am wondering why you've...