Thursday 15 December 2011

Hive SHOW commands

List only column names in table:
show columns from <tableName>;
List partitions:
show partitions <tableName>;

 A good reference for Shell scripting  https://linuxcommand.org/lc3_writing_shell_scripts.php