Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@utkjad
Created March 9, 2018 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save utkjad/8ca5c0c35f13c068096332d8fe8a17d8 to your computer and use it in GitHub Desktop.
Save utkjad/8ca5c0c35f13c068096332d8fe8a17d8 to your computer and use it in GitHub Desktop.
How to unset TBLPROPERTIES in Hive
-- unset a subset of the properties and some non-existed properties without if exists
ALTER TABLE testTable UNSET TBLPROPERTIES ('c', 'x', 'y', 'z');
Releavnt Link - https://github.com/apache/hive/search?utf8=%E2%9C%93&q=unset&type=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment