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.”
Usage:
SHOW CREATE TABLE myTable;
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.”
Usage:
SHOW CREATE TABLE myTable;