On Wed, Mar 7, 2012 at 10:30 PM, Something Something <[email protected]> wrote: > 2012-03-07 22:09:29,828 [Thread-4] FATAL > org.apache.hadoop.conf.Configuration - error parsing conf file: > com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: > Invalid byte 2 of 2-byte UTF-8 sequence. > > > Sounds like it doesn't like some configuration file from Hadoop, but don't > know which one. Can someone give me some pointers, please? Thanks.
Yeah. That looks like pretty explicit message. You know what I'm going to say next.... (look at your conf files, pass them via something like iconv or there are some web-based tools to check a file is utf8). You might to try and figure a way for Configuration to dump the name of the file its currently parsing when the above happens. Also, what jvm are you using? St.Ack
