Apache Hive
The
data warehouse software facilitates querying and managing large datasets residing in distributed storage. Built on top of
, it provides
- Tools to enable easy data extract/transform/load (ETL)
- A mechanism to impose structure on a variety of data formats
- Access to files stored either directly in
Unknown macro: {tm}or in other data storage systems such as
Apache HDFS
Unknown macro: {tm}Apache HBase
- Query execution via MapReduce
Hive defines a simple SQL-like query language, called QL, that enables users familiar with SQL to query the data. At the same time, this language also allows programmers who are familiar with the MapReduce framework to be able to plug in their custom mappers and reducers to perform more sophisticated analysis that may not be supported by the built-in capabilities of the language. QL can also be extended with custom scalar functions (UDF's), aggregations (UDAF's), and table functions (UDTF's).
Hive does not mandate read or written data be in the "Hive format"---there is no such thing. Hive works equally well on Thrift, control delimited, or your specialized data formats. Please see File Format and SerDe in the Developer Guide for details.
Hive is not designed for OLTP workloads and does not offer real-time queries or row-level updates. It is best used for batch jobs over large sets of append-only data (like web logs). What Hive values most are scalability (scale out with more machines added dynamically to the Hadoop cluster), extensibility (with MapReduce framework and UDF/UDAF/UDTF), fault-tolerance, and loose-coupling with its input formats.
General Information about Hive
- Getting Started
- Presentations and Papers about Hive
- A List of Sites and Applications Powered by Hive
- FAQ
- hive-users Mailing List
- Hive IRC Channel:
#hive
on irc.freenode.net - About This Wiki
User Documentation
- Hive Tutorial
- HiveQL Language Manual (Queries, DML, DDL, and CLI)
- Hive Operators and Functions
- Hive Web Interface
- Hive Client (JDBC, ODBC, Thrift, etc)
- HiveServer2 Client
- [Hive Change Log]
- Avro SerDe
Administrator Documentation
- Installing Hive
- Configuring Hive
- [Setting Up Metastore]
- Setting Up Hive Web Interface
- Setting Up Hive Server (JDBC, ODBC, Thrift, etc.)
- Hive on Amazon Web Services
- Hive on Amazon Elastic MapReduce
Resources for Contributors
- Hive Developer FAQ
- How to Contribute
- Hive Contributors Meetings
- Hive Developer Guide
- Plugin Developer Kit
- Unit Test Parallel Execution
- Hive PTest2 Infrastructure
- Hive PreCommit Patch Testing
- Hive Performance
- Hive Architecture Overview
- Hive Design Docs
- Roadmap/Call to Add More Features
- Full-Text Search over All Hive Resources
- How to edit the website
- Becoming a Committer
- How to Commit
- How to Release
- [Build Status on Jenkins (Formerly Hudson)]
- Project Bylaws
For more information, please see the official Hive website.
Apache Hive, Apache Hadoop, Apache HBase, Apache HDFS, Apache, the Apache feather logo, and the Apache Hive project logo are trademarks of The Apache Software Foundation.