SyntaxFix
Write A Post
Hire A Developer
Questions
As of Hive 0.10 this patch-967 implements SHOW CREATE TABLE which "shows the CREATE TABLE statement that creates a given table, or the CREATE VIEW statement that creates a given view."
SHOW CREATE TABLE
CREATE TABLE
CREATE VIEW
Usage:
SHOW CREATE TABLE myTable;