Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3EAF5109AB for ; Wed, 26 Feb 2014 00:08:29 +0000 (UTC) Received: (qmail 39122 invoked by uid 500); 26 Feb 2014 00:08:25 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 39052 invoked by uid 500); 26 Feb 2014 00:08:23 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 38990 invoked by uid 500); 26 Feb 2014 00:08:22 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 38822 invoked by uid 99); 26 Feb 2014 00:08:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Feb 2014 00:08:22 +0000 Date: Wed, 26 Feb 2014 00:08:22 +0000 (UTC) From: "Nick Dimiduk (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-6473) Allow writing HFiles via HBaseStorageHandler table MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-6473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13912291#comment-13912291 ] Nick Dimiduk commented on HIVE-6473: ------------------------------------ Sure think. I've opened https://reviews.apache.org/r/18492/ . > Allow writing HFiles via HBaseStorageHandler table > -------------------------------------------------- > > Key: HIVE-6473 > URL: https://issues.apache.org/jira/browse/HIVE-6473 > Project: Hive > Issue Type: Improvement > Components: HBase Handler > Reporter: Nick Dimiduk > Assignee: Nick Dimiduk > Attachments: HIVE-6473.0.patch.txt > > > Generating HFiles for bulkload into HBase could be more convenient. Right now we require the user to register a new table with the appropriate output format. This patch allows the exact same functionality, but through an existing table managed by the HBaseStorageHandler. -- This message was sent by Atlassian JIRA (v6.1.5#6160)