Unable to create Transactional ORC table in Hive

前端 未结 0 1812
無奈伤痛
無奈伤痛 2021-02-10 12:27

I am trying to create a transactional ORC table in Hive using beeline.

DDL:

CREATE TABLE employee_trans (
 id int,
 name string,
 age int,
 gender string)
 STORE         


        
相关标签:
回答
  • 消灭零回复
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题