Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 32 Current »

ORC

LLAP

Hive Warehouse Connector (HWC)

JOINS

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 PropertyNotes
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

  • No labels