Hi,

 Does anyone knows if :  SequenceFile.next(key) is actually not reading
value into memory????


*next<http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/io/SequenceFile.Reader.html#next%28org.apache.hadoop.io.Writable%29>
*(Writable<http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/io/Writable.html>
 key)
          Read the next key in the file into key, skipping its value.
or is it reading the value into memory but not showing it to me ?

Thanks,
Mark

Reply via email to