You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Artem Ervits (JIRA)" <ji...@apache.org> on 2017/08/08 18:19:00 UTC

[jira] [Updated] (OOZIE-3028) Oozie Pig Action fails with no python dependencies

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

Artem Ervits updated OOZIE-3028:
--------------------------------
    Attachment: OOZIE-3028-0.patch

> Oozie Pig Action fails with no python dependencies
> --------------------------------------------------
>
>                 Key: OOZIE-3028
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3028
>             Project: Oozie
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 4.3.0
>            Reporter: Prabhu Joseph
>            Assignee: Artem Ervits
>              Labels: pig
>             Fix For: 5.0.0
>
>         Attachments: OOZIE-3028-0.patch
>
>
> Oozie Pig Action with Python script fails with below as the pig sharelib jython-2.5.3.jar does not have python dependencies. We should include jython-standalone jar into pig sharelib which has the right dependencies.
> {code}
> Caused by: java.lang.NoSuchFieldError: __code__
> at org.apache.pig.scripting.jython.JythonFunction.<init>(JythonFunction.java:57)
>         ... 51 more
> {code}
> # /usr/hdp/current/oozie-server/bin/oozie admin -shareliblist pig |grep jython 
>           hdfs://mycluster/user/oozie/share/lib/lib_20170106054154/pig/jython-2.5.3.jar



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)