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?
./hplsql -e "select * from txn_ds_platter limit 1";
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/hadoop/conf/Configuration
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at
java.security.SecureClas