Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-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 26A0F10534 for ; Wed, 19 Feb 2014 01:35:28 +0000 (UTC) Received: (qmail 52987 invoked by uid 500); 19 Feb 2014 01:35:25 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 52866 invoked by uid 500); 19 Feb 2014 01:35:23 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 52762 invoked by uid 500); 19 Feb 2014 01:35:21 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 52696 invoked by uid 99); 19 Feb 2014 01:35:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Feb 2014 01:35:20 +0000 Date: Wed, 19 Feb 2014 01:35:20 +0000 (UTC) From: "Rohini Palaniswamy (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (PIG-3769) Scripting UDF is broken after PIG-3629 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/PIG-3769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohini Palaniswamy reassigned PIG-3769: --------------------------------------- Assignee: Rohini Palaniswamy > Scripting UDF is broken after PIG-3629 > -------------------------------------- > > Key: PIG-3769 > URL: https://issues.apache.org/jira/browse/PIG-3769 > Project: Pig > Issue Type: Sub-task > Components: tez > Affects Versions: tez-branch > Reporter: Cheolsoo Park > Assignee: Rohini Palaniswamy > Fix For: tez-branch > > > This is a regression from "PIG-3629\-reopen\-1.patch". I see tasks failing with the following error- > {code} > Caused by: java.lang.IllegalStateException: Could not initialize interpreter (from file system or classpath) with /tmp/pig7551540624891944125tmp/nflx_common_datetime.py > at org.apache.pig.scripting.ScriptEngine.getScriptAsStream(ScriptEngine.java:163) > at org.apache.pig.scripting.jython.JythonScriptEngine$Interpreter.init(JythonScriptEngine.java:158) > at org.apache.pig.scripting.jython.JythonScriptEngine.getFunction(JythonScriptEngine.java:388) > at org.apache.pig.scripting.jython.JythonFunction.(JythonFunction.java:55) > ... 72 more > {code} > Looks like the local path of a shipped script file on the slave nodes is not correct. -- This message was sent by Atlassian JIRA (v6.1.5#6160)