Hive reserved words
Refer to this documentation to identify reserved and non-reserved keywords in Hive.
Hive defines a set of reserved keywords that cannot be used directly as identifiers in SQL statements. To avoid conflicts, ensure that table names, column names, and other object names do not match any reserved keywords.
For the latest list of reserved and non-reserved keywords, see Apache Wiki: Keywords, Non-reserved Keywords and Reserved Keywords.