Hive
April 2, 2018
Snippets #
-- set identifiers to none for the query below to work and
-- set it back to column once it's done
set hive.support.quoted.identifiers = none;
HIVE 3 #
- BI Code typically use
db.table
- needs to change todb
.table
- Default path : /warehouse/tablespace/external/hive/default.db/test_table