/
Hive Cheat Sheet

Hive Cheat Sheet

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

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

Related content

Links & Cheat Sheets for Hadoop & Big Data
Links & Cheat Sheets for Hadoop & Big Data
More like this
trying out hive testbench on hdp sandbox (and packaging it up for deployment elsewhere)
trying out hive testbench on hdp sandbox (and packaging it up for deployment elsewhere)
More like this
Pig Cheat Sheet
Pig Cheat Sheet
More like this
Hadoop Distribution Components & Versions
Hadoop Distribution Components & Versions
More like this
Spark Cheat Sheet
Spark Cheat Sheet
More like this
HDP & Core Hadoop Cheat Sheet
HDP & Core Hadoop Cheat Sheet
More like this