Member since
08-14-2017
3
Posts
0
Kudos Received
0
Solutions
09-07-2017
04:52 AM
Hi, While creating a table in hive on CDH 5.8, its giving me error ParseException Line missing ) at 'clustered' near '<EOF>' The create table script is create table test(id decimal, name varchar(100) ) clustered by (id) into 2 buckets stored as orc TBLPROPERTIES('transactional'='true'); I think it is more to do with hive version. Any pointers? Will this functionality work with CDH 5.12?
... View more
Labels:
- Labels:
-
Apache Hive