Re: create transactional table issue

2020-05-17 Thread Huang Chiming
er 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. >> >> >> >> Tha

Re: create transactional table issue

2020-05-16 Thread Huang Chiming
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. >> Unless you need the buckets you

Re: create transactional table issue

2020-05-16 Thread Huang Chiming
rtitioned 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