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 2013/10/03 20:06:42 UTC

[jira] [Resolved] (PIG-3495) Streaming udf e2e tests failures on Windows

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

Daniel Dai resolved PIG-3495.
-----------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed

Patch committed to branch 0.12 and trunk. 

> Streaming udf e2e tests failures on Windows
> -------------------------------------------
>
>                 Key: PIG-3495
>                 URL: https://issues.apache.org/jira/browse/PIG-3495
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.12.0
>
>         Attachments: PIG-3495-1.patch
>
>
> Register a jython script with an absolute path fail. For Example:
> {code}
> register 'D:\scriptingudf.py' using jython as myfuncs;
> a = load 'studenttab10k' using PigStorage() as (name, age:int, gpa:double);
> b = foreach a generate myfuncs.square(age);
> dump b;
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)