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

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

Prabhu Joseph created OOZIE-3028:
------------------------------------

             Summary: 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


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)