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 1FE991099A for ; Mon, 6 May 2013 18:48:18 +0000 (UTC) Received: (qmail 7206 invoked by uid 500); 6 May 2013 18:48:16 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 7130 invoked by uid 500); 6 May 2013 18:48:15 -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 7057 invoked by uid 500); 6 May 2013 18:48:15 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 7043 invoked by uid 99); 6 May 2013 18:48:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 May 2013 18:48:15 +0000 Date: Mon, 6 May 2013 18:48:15 +0000 (UTC) From: "Prasad Mujumdar (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-4505) Hive can't load transforms added using 'ADD FILE' 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-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649973#comment-13649973 ] Prasad Mujumdar commented on HIVE-4505: --------------------------------------- [~owen.omalley] This is a regression in 0.11 over 0.10 and hence created as a blocker for 0.11. > Hive can't load transforms added using 'ADD FILE' > ------------------------------------------------- > > Key: HIVE-4505 > URL: https://issues.apache.org/jira/browse/HIVE-4505 > Project: Hive > Issue Type: Bug > Components: Query Processor > Affects Versions: 0.11.0 > Reporter: Prasad Mujumdar > Assignee: Prasad Mujumdar > Priority: Blocker > Attachments: HIVE-4505-1.patch > > > ADD FILE mangles name of the resource when copying to resource download directory. As a results following doesn't work: > {code:sql} > ADD FILE test.py; > SELECT TRANSFORM (id) USING 'python test.py' AS b FROM tab1; > {code} > The resource gets added with a different name every time which makes it impossible to use transform in non-interactive mode. > This seems to be due to HIVE-3431 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira