All Projects → apache → Hive

apache / Hive

Licence: apache-2.0
Apache Hive

Programming Languages

java
68154 projects - #9 most used programming language
HiveQL
18 projects
python
139335 projects - #7 most used programming language
perl
6916 projects
PLpgSQL
1095 projects
shell
77523 projects

Projects that are alternatives of or similar to Hive

Spark With Python
Fundamentals of Spark with Python (using PySpark), code examples
Stars: ✭ 150 (-96.28%)
Mutual labels:  sql, big-data, hadoop, database, apache
Trino
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
Stars: ✭ 4,581 (+13.64%)
Mutual labels:  sql, big-data, hadoop, hive, database
Ignite
Apache Ignite
Stars: ✭ 4,027 (-0.1%)
Mutual labels:  sql, big-data, hadoop, database
Presto
The official home of the Presto distributed SQL query engine for big data
Stars: ✭ 12,957 (+221.43%)
Mutual labels:  sql, big-data, hadoop, hive
Phoenix
Mirror of Apache Phoenix
Stars: ✭ 867 (-78.49%)
Mutual labels:  sql, big-data, database
Couchdb Docker
Semi-official Apache CouchDB Docker images
Stars: ✭ 194 (-95.19%)
Mutual labels:  big-data, database, apache
Maha
A framework for rapid reporting API development; with out of the box support for high cardinality dimension lookups with druid.
Stars: ✭ 101 (-97.49%)
Mutual labels:  sql, big-data, hive
Calcite Avatica
Mirror of Apache Calcite - Avatica
Stars: ✭ 130 (-96.77%)
Mutual labels:  sql, big-data, hadoop
Bigdata Notes
大数据入门指南 ⭐
Stars: ✭ 10,991 (+172.66%)
Mutual labels:  big-data, hadoop, hive
Php Thrift Sql
A PHP library for connecting to Hive or Impala over Thrift
Stars: ✭ 107 (-97.35%)
Mutual labels:  sql, hive, database
Tez
Apache Tez
Stars: ✭ 313 (-92.24%)
Mutual labels:  big-data, hadoop, apache
Eel Sdk
Big Data Toolkit for the JVM
Stars: ✭ 140 (-96.53%)
Mutual labels:  big-data, hadoop, hive
Griffon Vm
Griffon Data Science Virtual Machine
Stars: ✭ 128 (-96.82%)
Mutual labels:  big-data, hadoop, database
Drill
Apache Drill is a distributed MPP query layer for self describing data
Stars: ✭ 1,619 (-59.84%)
Mutual labels:  big-data, hive, hadoop
hive-bigquery-storage-handler
Hive Storage Handler for interoperability between BigQuery and Apache Hive
Stars: ✭ 16 (-99.6%)
Mutual labels:  hive, hadoop, apache
Calcite
Apache Calcite
Stars: ✭ 2,816 (-30.14%)
Mutual labels:  sql, big-data, hadoop
hive-jdbc-driver
An alternative to the "hive standalone" jar for connecting Java applications to Apache Hive via JDBC
Stars: ✭ 31 (-99.23%)
Mutual labels:  hive, hadoop, apache
Hive Jdbc Uber Jar
Hive JDBC "uber" or "standalone" jar based on the latest Apache Hive version
Stars: ✭ 188 (-95.34%)
Mutual labels:  hadoop, hive, apache
Orc
Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
Stars: ✭ 389 (-90.35%)
Mutual labels:  big-data, hadoop, database
hadoop-data-ingestion-tool
OLAP and ETL of Big Data
Stars: ✭ 17 (-99.58%)
Mutual labels:  big-data, hadoop, apache

Apache Hive (TM)

Master Build Status Maven Central

The Apache Hive (TM) data warehouse software facilitates reading, writing, and managing large datasets residing in distributed storage using SQL. Built on top of Apache Hadoop (TM), it provides:

  • Tools to enable easy access to data via SQL, thus enabling data warehousing tasks such as extract/transform/load (ETL), reporting, and data analysis

  • A mechanism to impose structure on a variety of data formats

  • Access to files stored either directly in Apache HDFS (TM) or in other data storage systems such as Apache HBase (TM)

  • Query execution using Apache Hadoop MapReduce, Apache Tez or Apache Spark frameworks.

Hive provides standard SQL functionality, including many of the later 2003 and 2011 features for analytics. These include OLAP functions, subqueries, common table expressions, and more. Hive's SQL can also be extended with user code via user defined functions (UDFs), user defined aggregates (UDAFs), and user defined table functions (UDTFs).

Hive users have a choice of 3 runtimes when executing SQL queries. Users can choose between Apache Hadoop MapReduce, Apache Tez or Apache Spark frameworks as their execution backend. MapReduce is a mature framework that is proven at large scales. However, MapReduce is a purely batch framework, and queries using it may experience higher latencies (tens of seconds), even over small datasets. Apache Tez is designed for interactive query, and has substantially reduced overheads versus MapReduce. Apache Spark is a cluster computing framework that's built outside of MapReduce, but on top of HDFS, with a notion of composable and transformable distributed collection of items called Resilient Distributed Dataset (RDD) which allows processing and analysis without traditional intermediate stages that MapReduce introduces.

Users are free to switch back and forth between these frameworks at any time. In each case, Hive is best suited for use cases where the amount of data processed is large enough to require a distributed system.

Hive is not designed for online transaction processing. It is best used for traditional data warehousing tasks. Hive is designed to maximize scalability (scale out with more machines added dynamically to the Hadoop cluster), performance, extensibility, fault-tolerance, and loose-coupling with its input formats.

General Info

For the latest information about Hive, please visit out website at:

http://hive.apache.org/

Getting Started

Requirements

Java

Hive Version Java Version
Hive 1.0 Java 6
Hive 1.1 Java 6
Hive 1.2 Java 7
Hive 2.x Java 7
Hive 3.x Java 8
Hive 4.x Java 8

Hadoop

  • Hadoop 1.x, 2.x
  • Hadoop 3.x (Hive 3.x)

Upgrading from older versions of Hive

  • Hive includes changes to the MetaStore schema. If you are upgrading from an earlier version of Hive it is imperative that you upgrade the MetaStore schema by running the appropriate schema upgrade scripts located in the scripts/metastore/upgrade directory.

  • We have provided upgrade scripts for MySQL, PostgreSQL, Oracle, Microsoft SQL Server, and Derby databases. If you are using a different database for your MetaStore you will need to provide your own upgrade script.

Useful mailing lists

  1. [email protected] - To discuss and ask usage questions. Send an empty email to [email protected] in order to subscribe to this mailing list.

  2. [email protected] - For discussions about code, design and features. Send an empty email to [email protected] in order to subscribe to this mailing list.

  3. [email protected] - In order to monitor commits to the source repository. Send an empty email to [email protected] in order to subscribe to this mailing list.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].