Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 4056 invoked from network); 8 Sep 2010 02:13:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Sep 2010 02:13:16 -0000 Received: (qmail 37813 invoked by uid 500); 8 Sep 2010 02:13:16 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 37748 invoked by uid 500); 8 Sep 2010 02:13:16 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 37740 invoked by uid 99); 8 Sep 2010 02:13:16 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 02:13:16 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Sep 2010 02:12:58 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o882CbsT026307 for ; Wed, 8 Sep 2010 02:12:37 GMT Message-ID: <19503711.68731283911957153.JavaMail.jira@thor> Date: Tue, 7 Sep 2010 22:12:37 -0400 (EDT) From: "Vaibhav Aggarwal (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Created: (HIVE-1620) Patch to write directly to S3 from Hive MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Patch to write directly to S3 from Hive --------------------------------------- Key: HIVE-1620 URL: https://issues.apache.org/jira/browse/HIVE-1620 Project: Hadoop Hive Issue Type: New Feature Reporter: Vaibhav Aggarwal We want to submit a patch to Hive which allows user to write files directly to S3. This patch allow user to specify an S3 location as the table output location and hence eliminates the need of copying data from HDFS to S3. Users can run Hive queries directly over the data stored in S3. This patch helps integrate hive with S3 better and quicker. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.