Hive maintains a history of all commands executed via the hive cli. These commands are written to a file called .hivehistory, on the user's home folder.
Insights on Java, Big Data, Search, Cloud, Algorithms, Data Science, Machine Learning...
Monday, March 24, 2014
Sunday, March 16, 2014
Hive Optimizations
Explain Plan
Map Joins
Sorting
Optimization step:
Between the logical & physical plan generation phase of hive, hive optimizations gets executed. The current set of optimizations include:
- Column pruning
- Partition pruning
- Sample pruning
- Predicate push down
- Map join processor
- Union processor
- Join reorder
- Union processor
More on each of these optimizations to follow..
Subscribe to:
Posts (Atom)