Hello Everyone,

I am going through the source code of rdd and Record readers
There are found 2 classes

1. WholeTextFileRecordReader
2. WholeCombineFileRecordReader  ( extends CombineFileRecordReader )

The description of both the classes is perfectly similar.

I am not able to understand why we have 2 classes. Is
CombineFileRecordReader providing some extra advantage?

Regards
Vibhanshu

Reply via email to