I want to create HIVE table with the transactional table with TBLPROPERTIES ("transactional"="true")
set using create table statement
. instead of setting for all tables can I set TBLPROPERTIES using hive-site.xml.
Asked
Active
Viewed 323 times
0

Mahesh Gupta
- 1,882
- 12
- 16
1 Answers
0
Unfortunately, we can't set it in hive-site.xml since transactional
is a per table property. And we should not do it that way beacause 'transactional table' comes with some prerequisites and limitations.

damientseng
- 533
- 2
- 19