Member since
12-16-2015
1
Post
0
Kudos Received
0
Solutions
12-17-2015
10:43 AM
I am trying to create an external orc table, i am not aware of columns list, I am trying to create a orc table with Serde and gave the orc file location. I am a new beginner and trying to create a ORC table. Hear is the table below, create external table orcsample1 row format serde 'org.apache.hadoop.hive.ql.io.orc.OrcSerde' stored as inputformat 'org.apache.hadoop.hive.ql.io.orc.OrcInputFormat' outputformat 'org.apache.hadoop.hive.ql.io.orc.OrcOutPutFormat' location'file:///test/Files/orcfiles/hvac.orc' TBLPROPERTIES("orc.compress"="SNAPPY");
... View more
Labels:
- Labels:
-
Apache Hive