You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by Prasad Chakka <pr...@gmail.com> on 2009/04/25 22:15:05 UTC

getPos() method in RecordReader

Hi,

I am currently using getPos() method of RecordReader to get the current
position of the row and use it in indexing. HADOOP-1230 removed this method
in the new RecordReader class in org.apache.hadoop.mapreduce package. I
didn't find any explicit reason for this in the JIRA. Are there any concerns
to adding this method back and possibly something like seek(pos)?

Thanks,
Prasad