1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/devel/hive/pkg-descr
Dmitry Sivachenko f93394cec5 New port: Apache Hive.
The Apache Hive data warehouse software facilitates querying and managing
large datasets residing in distributed storage.  Hive provides a mechanism
to project structure onto this data and query the data using a SQL-like
language called HiveQL.  At the same time this language also allows
traditional map/reduce programmers to plug in their custom mappers and
reducers when it is inconvenient or inefficient to express this logic in HiveQL.

WWW: http://hive.apache.org/
2015-02-08 12:02:57 +00:00

9 lines
471 B
Plaintext

The Apache Hive data warehouse software facilitates querying and managing
large datasets residing in distributed storage. Hive provides a mechanism
to project structure onto this data and query the data using a SQL-like
language called HiveQL. At the same time this language also allows
traditional map/reduce programmers to plug in their custom mappers and
reducers when it is inconvenient or inefficient to express this logic in HiveQL.
WWW: http://hive.apache.org/