Re: Text file character encoding

2008-06-02 Thread Ted Dunning
You should file a Jira, make the change and submit a patch! On Sun, Jun 1, 2008 at 11:19 PM, NOMURA Yoshihide <[EMAIL PROTECTED]> wrote: > Hello, > I'm using Hadoop 0.17.0 to analyze some large amount of CSV files. > > And I need to read such files in different character encoding from UTF-8, > bu

Text file character encoding

2008-06-01 Thread NOMURA Yoshihide
Hello, I'm using Hadoop 0.17.0 to analyze some large amount of CSV files. And I need to read such files in different character encoding from UTF-8, but I think TextInputFormat doesn't support such character encoding. I guess LineRecordReader class or Text class should support encoding settings li