You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2015/04/29 01:21:06 UTC

[jira] [Updated] (PIG-3226) Groovy UDF support may fail to load script under some circumstances

     [ https://issues.apache.org/jira/browse/PIG-3226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai updated PIG-3226:
----------------------------
    Fix Version/s:     (was: 0.15.0)
                   0.16.0

> Groovy UDF support may fail to load script under some circumstances
> -------------------------------------------------------------------
>
>                 Key: PIG-3226
>                 URL: https://issues.apache.org/jira/browse/PIG-3226
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.11, 0.11.1
>            Reporter: Mathias Herberts
>            Assignee: Mathias Herberts
>             Fix For: 0.16.0
>
>         Attachments: PIG-3226.patch, PIG-3226.patch-2
>
>
> When running in M/R mode, scripts may fail to load, this is due to the GroovyScriptEngine looking for the script under the attempt's current working dir which does not contain the script.
> The attached patch fixes that by copying the script to a place where GroovyScriptEngine will be able to find it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)