Re: Hive ACID table error

2016-09-15 Thread naveen mahadevuni
Looks like this has been addressed in HIVE-11716 . Thanks, Naveen On Thu, Sep 15, 2016 at 5:41 AM, Eugene Koifman wrote: > There should be a full stack trace somewhere either in the client side log > on the job logs. > ³serious error² is usually

Re: Hive ACID table error

2016-09-14 Thread Eugene Koifman
There should be a full stack trace somewhere either in the client side log on the job logs. ³serious error² is usually ORC complaining about some sort of data corruption. On 9/14/16, 11:16 AM, "naveen mahadevuni" wrote: >Hi Wei, >I'm using the hive shell. > >Thanks, >Naveen > >On Wed, Sep 14, 20

Re: Hive ACID table error

2016-09-14 Thread naveen mahadevuni
Hi Wei, I'm using the hive shell. Thanks, Naveen On Wed, Sep 14, 2016 at 8:01 PM, Wei Zheng wrote: > Hi Naveen, > > Which client are you using? Beeline? > > Thanks, > Wei > > On 9/14/16, 18:25, "naveen mahadevuni" wrote: > > Hi, > > I'm using Hive 1,.2. From a non-ACID hive session, I

Re: Hive ACID table error

2016-09-14 Thread Wei Zheng
Hi Naveen, Which client are you using? Beeline? Thanks, Wei On 9/14/16, 18:25, "naveen mahadevuni" wrote: Hi, I'm using Hive 1,.2. From a non-ACID hive session, I performed the following operations and Hive reports 'serious problem'. CREATE TABLE test5( i int,

Hive ACID table error

2016-09-14 Thread naveen mahadevuni
Hi, I'm using Hive 1,.2. From a non-ACID hive session, I performed the following operations and Hive reports 'serious problem'. CREATE TABLE test5( i int, j int) CLUSTERED BY (i) INTO 8 BUCKETS STORED AS ORC TBLPROPERTIES ('transactional'='true'); insert into test5 values(1,2); insert into t