Re: java.lang.NullPointerException when using INSERT INTO ORC table with ACID property

2015-05-08 Thread Eugene Koifman
, 2015 at 3:41 AM To: "user@hive.apache.org<mailto:user@hive.apache.org>" mailto:user@hive.apache.org>> Subject: Re: java.lang.NullPointerException when using INSERT INTO ORC table with ACID property Hi Ivneet , you are correct if we set to false it works but we cannot update or d

Re: java.lang.NullPointerException when using INSERT INTO ORC table with ACID property

2015-05-08 Thread nitinpathakala .
Hi Ivneet , you are correct if we set to false it works but we cannot update or delete as it does not conform ACID property.still waiting for some solution. Regards, Nitin On May 8, 2015 4:00 PM, "ivneet" wrote: > Hi Nitin, > > I am facing exact same issue on hive 0.14.0 (hortonworks 2.2 cluster

Re: java.lang.NullPointerException when using INSERT INTO ORC table with ACID property

2015-05-08 Thread ivneet
Hi Nitin, I am facing exact same issue on hive 0.14.0 (hortonworks 2.2 cluster). Please let me know if you have found the solution. I observed that if hive.enforce.bucketing is set to false in hive- site.xml, then this issue is not faced, but hive configuration for ACID requires this property t

Re: java.lang.NullPointerException when using INSERT INTO ORC table with ACID property

2015-04-24 Thread nitinpathakala .
Hi, Any one encountered the below error while updating to ORC table with ACID property. java.lang.NullPointerException at org.apache.hadoop.hive.ql.io.HiveInputFormat.init(HiveInputFormat.java:265) at org.apache.hadoop.hive.ql.io.CombineHiveInputFormat.getCombineSplits(CombineHive

Fwd: java.lang.NullPointerException when using INSERT INTO ORC table with ACID property

2015-04-23 Thread nitinpathakala .
Hi , We have a scenario to update a table from different set of tables for which we are using hive 0.14.Here are the steps that we are following 1.Parent table is ORC table with ACID property. 2.Delta table has updated records that need to be inserted to parent table(Delta table is also an ORC wi