Hive Cheat Sheet

ORC

LLAP

JOINS

Hive Warehouse Connector (HWC)

Druid

External Resources

These entries could also go in a ~/.hiverc file.

Configuration Property

Notes

Configuration Property

Notes

set hive.cli.print.header=true;

Shows column names at top of query results

set hive.cli.print.current.db=true;

Shows the current database in the command prompt

Other Stuff

Random Notes

Limiting HS2 Concurrent Connections

load data local inpath '/home/user1/test.txt' into table my_table;

Connecting via Beeline

Blog Postings on Hive