Issue Details (XML | Word | Printable)

Key: HADOOP-3601
Type: Wish Wish
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Ashish Thusoo
Reporter: Joydeep Sen Sarma
Votes: 4
Watchers: 42
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

Hive as a contrib project

Created: 19/Jun/08 09:18 PM   Updated: 12/Nov/09 10:54 AM
Return to search
Component/s: None
Affects Version/s: 0.19.0
Fix Version/s: 0.19.0

Time Tracking:
Original Estimate: 1080h
Original Estimate - 1080h
Remaining Estimate: 1080h
Remaining Estimate - 1080h
Time Spent: Not Specified
Remaining Estimate - 1080h

File Attachments:
  Size
Text File Licensed for inclusion in ASF works ant.log 2008-09-02 10:25 PM Ashish Thusoo 60 kB
File Licensed for inclusion in ASF works hive.tgz 2008-08-29 01:36 AM Ashish Thusoo 7.79 MB
File Licensed for inclusion in ASF works hive.tgz 2008-08-27 12:48 AM Ashish Thusoo 7.84 MB
File Licensed for inclusion in ASF works hive.tgz 2008-08-23 01:28 AM Ashish Thusoo 7.84 MB
PDF File HiveTutorial.pdf 2008-07-08 11:12 PM Ashish Thusoo 67 kB
Environment: N/A

Hadoop Flags: Reviewed
Release Note:
Introduced Hive Data Warehouse built on top of Hadoop that enables structuring Hadoop files as tables and partitions and allows users to query this data through a SQL like language using a command line interface.
Resolution Date: 02/Sep/08 11:58 PM


 Description  « Hide
Hive is a data warehouse built on top of flat files (stored primarily in HDFS). It includes:
  • Data Organization into Tables with logical and hash partitioning
  • A Metastore to store metadata about Tables/Partitions etc
  • A SQL like query language over object data stored in Tables
  • DDL commands to define and load external data into tables

Hive's query language is executed using Hadoop map-reduce as the execution engine. Queries can use either single stage or multi-stage map-reduce. Hive has a native format for tables - but can handle any data set (for example json/thrift/xml) using an IO library framework.

Hive uses Antlr for query parsing, Apache JEXL for expression evaluation and may use Apache Derby as an embedded database for MetaStore. Antlr has a BSD license and should be compatible with Apache license.

We are currently thinking of contributing to the 0.17 branch as a contrib project (since that is the version under which it will get tested internally) - but looking for advice on the best release path.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Ashish Thusoo made changes - 08/Jul/08 11:12 PM
Field Original Value New Value
Attachment HiveTutorial.pdf [ 12385545 ]
lengwuqing made changes - 24/Jul/08 09:18 AM
Issue Type New Feature [ 2 ] Wish [ 5 ]
Environment N/A
Release Note Could you guys please tell us: what time is the Hive realease-date?
Could you guys please tell us: what time is the Hive realease-date?
Ashish Thusoo made changes - 23/Aug/08 01:28 AM
Attachment hive.tgz [ 12388787 ]
Ashish Thusoo made changes - 27/Aug/08 12:48 AM
Attachment hive.tgz [ 12388967 ]
Ashish Thusoo made changes - 27/Aug/08 12:50 AM
Affects Version/s 0.17.0 [ 12312913 ]
Affects Version/s 0.19.0 [ 12313211 ]
Release Note Could you guys please tell us: what time is the Hive realease-date?
Could you guys please tell us: what time is the Hive realease-date?
 Hive - Data Warehouse built on top of hadoop that enables structuring hadoop files as tables and partitions and allows users to query this data through a SQL like language using a command line interface.
Status Open [ 1 ] Patch Available [ 10002 ]
Owen O'Malley made changes - 27/Aug/08 04:21 AM
Status Patch Available [ 10002 ] Open [ 1 ]
lengwuqing made changes - 28/Aug/08 06:48 AM
Affects Version/s 0.17.2 [ 12313296 ]
Affects Version/s 0.19.0 [ 12313211 ]
Status Open [ 1 ] Patch Available [ 10002 ]
Owen O'Malley made changes - 28/Aug/08 06:20 PM
Fix Version/s 0.19.0 [ 12313211 ]
Assignee Ashish Thusoo [ athusoo ]
Status Patch Available [ 10002 ] Open [ 1 ]
Ashish Thusoo made changes - 29/Aug/08 01:36 AM
Attachment hive.tgz [ 12389137 ]
Ashish Thusoo made changes - 29/Aug/08 01:39 AM
Status Open [ 1 ] Patch Available [ 10002 ]
Affects Version/s 0.17.2 [ 12313296 ]
Affects Version/s 0.19.0 [ 12313211 ]
dhruba borthakur made changes - 30/Aug/08 01:24 AM
Component/s contrib/hive [ 12312455 ]
Ashish Thusoo made changes - 02/Sep/08 10:25 PM
Attachment ant.log [ 12389382 ]
Owen O'Malley made changes - 02/Sep/08 11:58 PM
Resolution Fixed [ 1 ]
Hadoop Flags [Reviewed]
Status Patch Available [ 10002 ] Resolved [ 5 ]
Robert Chansler made changes - 21/Oct/08 10:18 PM
Release Note  Hive - Data Warehouse built on top of hadoop that enables structuring hadoop files as tables and partitions and allows users to query this data through a SQL like language using a command line interface.
Introduced Hive Data Warehouse built on top of Hadoop that enables structuring Hadoop files as tables and partitions and allows users to query this data through a SQL like language using a command line interface.
Nigel Daley made changes - 20/Nov/08 11:38 PM
Status Resolved [ 5 ] Closed [ 6 ]
Owen O'Malley made changes - 08/Jul/09 05:06 PM
Component/s contrib/hive [ 12312455 ]