I understand that after a mapper is spawned, it checks whether the stripe
should be skipped or read. Could someone please point me to the jar file
where this code is used.
Thanks,
Pavan.
Hello,
I am new to Hive. Is there a way to skip rows while reading a table. For
example, when I use select * from mytable, I want it to output while
skipping a few rows.
Thanks
I have written a CustomRecordReader which skips records randomly. I want to
write a hive query which uses my CustomRecordReader. How do i do that?