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 46A9310B46 for ; Mon, 1 Dec 2014 18:49:14 +0000 (UTC) Received: (qmail 72511 invoked by uid 500); 1 Dec 2014 18:49:13 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 72444 invoked by uid 500); 1 Dec 2014 18:49:13 -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 72309 invoked by uid 500); 1 Dec 2014 18:49:13 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 72283 invoked by uid 99); 1 Dec 2014 18:49:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2014 18:49:13 +0000 Date: Mon, 1 Dec 2014 18:49:13 +0000 (UTC) From: "Marcelo Vanzin (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-8991) Fix custom_input_output_format [Spark Branch] 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-8991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14230227#comment-14230227 ] Marcelo Vanzin commented on HIVE-8991: -------------------------------------- Hi [~lirui], the patch looks good if it unblocks the unit tests. I have to think a bit about whether it would work in a real deployment scenario, since IIRC hive-exec shades a lot of dependencies and it might cause problems with Spark. But the main one (Guava) should be solved in Spark, so hopefully there won't be other cases like that. > Fix custom_input_output_format [Spark Branch] > --------------------------------------------- > > Key: HIVE-8991 > URL: https://issues.apache.org/jira/browse/HIVE-8991 > Project: Hive > Issue Type: Sub-task > Components: Spark > Reporter: Rui Li > Assignee: Rui Li > Attachments: HIVE-8991.1-spark.patch > > > After HIVE-8836, {{custom_input_output_format}} fails because of missing hive-it-util in remote driver's class path. -- This message was sent by Atlassian JIRA (v6.3.4#6332)