Re: Updates/deletes with OrcRecordUpdater

2015-03-20 Thread Alan Gates
Your table definition looks fine, and no you shouldn't service the recIdField in the table itself. Without seeing your writing code it's hard to know why you're hitting this, but some info that may be of use. Hive itself uses a pseudo column to store the recIdInfo when it reads an ACID row so

Updates/deletes with OrcRecordUpdater

2015-03-20 Thread Elliot West
Hi, I'm trying to use the insert, update and delete methods on OrcRecordUpdater to programmatically mutate an ORC based Hive table (1.0.0). I've got inserts working correctly but I'm hitting into a problem with deletes and updates. I get an NPE which I have traced back to what seems like a missing