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
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