RE: UTF-8 data mangled in flight

2014-12-09 Thread Paul Chavez
e.org Subject: RE: UTF-8 data mangled in flight Hi Paul, I haven't used special characters in Flume, but I had previous issues in Java with Characters encoding, and they were solved by specifying the JVM default Character encoding, with: "-Dfile.encoding=UTF-8" (here for UTF-8) Migh

RE: UTF-8 data mangled in flight

2014-12-09 Thread j.guilmard
Hi Paul, I haven't used special characters in Flume, but I had previous issues in Java with Characters encoding, and they were solved by specifying the JVM default Character encoding, with: "-Dfile.encoding=UTF-8" (here for UTF-8) Might be worth trying to add that in the Flume command line opti