Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 81094 invoked from network); 3 Sep 2008 00:16:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Sep 2008 00:16:37 -0000 Received: (qmail 65831 invoked by uid 500); 3 Sep 2008 00:16:33 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 65804 invoked by uid 500); 3 Sep 2008 00:16:33 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 65793 invoked by uid 99); 3 Sep 2008 00:16:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 17:16:33 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2008 00:15:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F0D33234C225 for ; Tue, 2 Sep 2008 17:15:44 -0700 (PDT) Message-ID: <652277311.1220400944985.JavaMail.jira@brutus> Date: Tue, 2 Sep 2008 17:15:44 -0700 (PDT) From: "Joydeep Sen Sarma (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3601) Hive as a contrib project In-Reply-To: <1656317018.1213910384971.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627862#action_12627862 ] Joydeep Sen Sarma commented on HADOOP-3601: ------------------------------------------- thanks Owen! > Hive as a contrib project > ------------------------- > > Key: HADOOP-3601 > URL: https://issues.apache.org/jira/browse/HADOOP-3601 > Project: Hadoop Core > Issue Type: Wish > Components: contrib/hive > Affects Versions: 0.19.0 > Environment: N/A > Reporter: Joydeep Sen Sarma > Assignee: Ashish Thusoo > Priority: Minor > Fix For: 0.19.0 > > Attachments: ant.log, hive.tgz, hive.tgz, hive.tgz, HiveTutorial.pdf > > Original Estimate: 1080h > Remaining Estimate: 1080h > > 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.