Re: create transactional table issue

2020-05-17 Thread Huang Chiming
th it I’m not sure as I’ve never used Flume. Are you >> using a vendor distribution of Hive 3.x or are you rolling your own? >> >> >> >> What does “show create table your_table;” show? It is possible to turn >> off acid if your setting Hive up manually. >>

Re: create transactional table issue

2020-05-16 Thread Huang Chiming
ming HUANG On Sat, May 16, 2020 at 11:43 PM Huang Chiming wrote: > Thanks for clarifying! > > Best Wishes, > Chiming HUANG > > > On Sat, May 16, 2020 at 11:40 PM Shawn Weeks > wrote: > >> Starting in Hive 3.x all internal tables are transactional by default.

Re: create transactional table issue

2020-05-16 Thread Huang Chiming
tioned by. > > > > Thanks > > Shawn > > > > *From: *Huang Chiming > *Reply-To: *"user@hive.apache.org" > *Date: *Saturday, May 16, 2020 at 10:32 AM > *To: *"user@hive.apache.org" > *Subject: *create transactional table issue > >

create transactional table issue

2020-05-16 Thread Huang Chiming
Hi guys, I use hive 3.1.2 connecting to standalone metastore and execute ddl in beeline/hive-cli failed, the error message is really weird to me… Anyone ever encounter the same issue? ``` create table test.dllm ( b string ) partitioned by (a int) clustered by (b) into 2 buckets stored as orc