You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org> on 2011/10/03 21:00:40 UTC

[jira] [Commented] (OOZIE-564) Embedded pig within python fails when run using oozie

    [ https://issues.apache.org/jira/browse/OOZIE-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119498#comment-13119498 ] 

jiraposter@reviews.apache.org commented on OOZIE-564:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2104/
-----------------------------------------------------------

(Updated 2011-10-03 18:59:26.298939)


Review request for oozie, Mohammad Islam and Angelo K. Huang.


Changes
-------

Test cases added. Changes made in pom.xml for the test cases to work.
Review feedback incorporated


Summary
-------

OOZIE-564: Embedded pig within python fails when run in oozie

Summary:
https://issues.apache.org/jira/browse/OOZIE-564


This addresses bug OOZIE-564.
    https://issues.apache.org/jira/browse/OOZIE-564


Diffs (updated)
-----

  trunk/core/pom.xml 1178455 
  trunk/core/src/main/java/org/apache/oozie/action/hadoop/PigMain.java 1178455 
  trunk/core/src/test/java/org/apache/oozie/action/hadoop/MainTestCase.java 1178455 
  trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestPigMain.java 1178455 
  trunk/pom.xml 1178455 

Diff: https://reviews.apache.org/r/2104/diff


Testing
-------

Tested against current test cases. New test cases related to embedded pig are not added


Thanks,

Virag


                
> Embedded pig within python fails when run using oozie
> -----------------------------------------------------
>
>                 Key: OOZIE-564
>                 URL: https://issues.apache.org/jira/browse/OOZIE-564
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>
> Am trying to run a python script from workflow.xml (thro' oozie)
> getting this error:
> 2002 [main] ERROR org.apache.pig.Main  - ERROR 2998: Unhandled internal error. org/python/util/PythonInterpreter
> My workflow code snippet is :
> ...
> <pig>
>  ....
> .....
>   <script>a.py</script>
>         <param>inputDir=${inputDir}</param>
>         <param>outputDir=${outputDir}</param>
>         <param>feedDir=${feedDir}</param>
> </pig>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira