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 39D40108DD for ; Mon, 27 Jan 2014 05:13:53 +0000 (UTC) Received: (qmail 42528 invoked by uid 500); 27 Jan 2014 05:13:44 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 42431 invoked by uid 500); 27 Jan 2014 05:13:43 -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 42330 invoked by uid 500); 27 Jan 2014 05:13:42 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 42230 invoked by uid 99); 27 Jan 2014 05:13:41 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jan 2014 05:13:41 +0000 Date: Mon, 27 Jan 2014 05:13:41 +0000 (UTC) From: "Daniel Dai (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-5728) Make ORC InputFormat/OutputFormat usable outside Hive 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-5728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai updated HIVE-5728: ----------------------------- Attachment: HIVE-5728-9.patch The reason tests fail is I accidentally remove the following line during rebase: - HIVE_ORC_DICTIONARY_KEY_SIZE_THRESHOLD("hive.exec.orc.dictionary.key.size.threshold", 0.8f), Attach HIVE-5728-9.patch to fix it. > Make ORC InputFormat/OutputFormat usable outside Hive > ----------------------------------------------------- > > Key: HIVE-5728 > URL: https://issues.apache.org/jira/browse/HIVE-5728 > Project: Hive > Issue Type: Improvement > Components: File Formats > Reporter: Daniel Dai > Assignee: Daniel Dai > Fix For: 0.13.0 > > Attachments: HIVE-5728-1.patch, HIVE-5728-2.patch, HIVE-5728-3.patch, HIVE-5728-4.patch, HIVE-5728-5.patch, HIVE-5728-6.patch, HIVE-5728-7.patch, HIVE-5728-8.patch, HIVE-5728-9.patch > > > ORC InputFormat/OutputFormat is currently not usable outside Hive. There are several issues need to solve: > 1. Several class is not public, eg: OrcStruct > 2. There is no InputFormat/OutputFormat for new api (Some tools such as Pig need new api) > 3. Has no way to push WriteOption to OutputFormat outside Hive -- This message was sent by Atlassian JIRA (v6.1.5#6160)