Skip Stripes Code

2017-10-03 Thread Pavan Kumar Prakash Savanur
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.


Skip rows while reading data from the table

2017-09-12 Thread Pavan Kumar Prakash Savanur
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


CustomRecordReader in Hive query

2017-09-12 Thread Pavan Kumar Prakash Savanur
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?