Hello:
How to download the jar dependent on hive source code?
thinks.
I am looking forward to your reply??
Hi @Shawn,
Can tblproperties('transactional'='true') be omitted starting from 3.x?
I just create a hive table without tblproperties('transactional'='true')
and ingest data from flume hive sink (
https://flume.apache.org/releases/content/1.9.0/FlumeUserGuide.html#hive-sink),
flume throws an except
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 should be able to just say create table and
> drop everything after partitioned by.
>
Starting in Hive 3.x all internal tables are transactional by default. Unless
you need the buckets you should be able to just say create table and drop
everything after partitioned by.
Thanks
Shawn
From: Huang Chiming
Reply-To: "user@hive.apache.org"
Date: Saturday, May 16, 2020 at 10:32 AM
T
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