Creatively Technical
Creative solutions to Technical problems in Big Data & Java
Home
Hadoop
Scala
MapReduce
HBase
Java
Hive
About the blog
Thursday, October 15, 2015
HIVE - To get DDL of an existing table
HIVE - to get DDL of an existing table, use the below command in hive shell.
SHOW CREATE TABLE <tablename>;
Newer Post
Older Post
Home