Re: [Vote] Merge branch-trunk-win to trunk

2013-03-02 Thread Konstantin Shvachko
Hi Matt, On Sat, Mar 2, 2013 at 12:32 PM, Matt Foley wrote: > Konstantin, > I would like to explore what it would take to remove this perceived > impediment -- Glad you decided to explore. Thank you. > although I reserve the right to argue that this is not > pre-requisite to merging the cross-p

Re: [Vote] Merge branch-trunk-win to trunk

2013-03-02 Thread Matt Foley
Konstantin, I would like to explore what it would take to remove this perceived impediment -- although I reserve the right to argue that this is not pre-requisite to merging the cross-platform support patch. If we implemented full "test-patch" support for Windows on trunk, would that fulfill both

WholeFileInputFormat with streaming

2013-03-02 Thread springring
Hi, I want to use: hadoop jar /hadoop-streaming-0.20.2-cdh3u3.jar -inputformat org.apache.hadoop.streaming.WholeFileInputFormat so, I download code from : https://github.com/tomwhite/hadoop-book/tree/master/ch07/src/main/java WholeFileInputFormat.java WholeFileRecordReader.java an