Hello, I try to modify the input to MapClass. More specifically, taking the example WordCount, the map method in the MapClass accepts given keys and values, and in this case, it is LineRecordReader class that produces such inputs. If I define myRecordReader class, how (where) could I integrate it into hadoop? Or better yet, how to achieve such result without modifying Hadoop? Thanks.
Richard
