Gelesh created HADOOP-9168:
--
Summary: The Naming and Inheritance for RecordReader,
LineRecordReader, LineReader
Key: HADOOP-9168
URL: https://issues.apache.org/jira/browse/HADOOP-9168
Project: Hadoop
On Mar 23, 2011, at 1:51 PM, Keren Ouaknine wrote:
> Hello,
>
> I have a specific RecordReder, named XRR. I would like iterate on split and
> create records. Thus, need to position its start attribute. I dont have
> enough info from InputSplit. Interface for inputsplit had only getLength and
> ge
Hello,
I have a specific RecordReder, named XRR. I would like iterate on split and
create records. Thus, need to position its start attribute. I dont have
enough info from InputSplit. Interface for inputsplit had only getLength and
getLocations.
public class XRecordReader implements RecordReader
Hi, is there any specific steps on running wordcount-nopipe example?
or some way to control java RecordReader and RecordWriter when using hadoop
pipes?
Thank you!