Encoding problem.

2009-04-16 Thread Edward J. Yoon
Hi, I wanted to read the data in EUC-KR format using UTF-8, so I set a up a JVM parameter -Dfile.encoding=EUC-KR in the HADOOP_OPTS. But, it did not work. Is there any other method than coding my own input format? -- Best Regards, Edward J. Yoon edwardy...@apache.org http://blog.udanax.org

Re: Encoding problem.

2009-04-16 Thread Edward J. Yoon
My typos, using TextInputFormat (UTF-8) On Thu, Apr 16, 2009 at 4:18 PM, Edward J. Yoon edwardy...@apache.org wrote: Hi, I wanted to read the data in EUC-KR format using UTF-8, so I set a up a JVM parameter -Dfile.encoding=EUC-KR in the HADOOP_OPTS. But, it did not work. Is there any other