ORC

LLAP

JOINS

Hive Warehouse Connector (HWC)

Druid

External Resources

Popular Config Properties (could also use "hive --hiveconf name=value"; can have multiple --hiveconf blocks)

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

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