Return-Path: X-Original-To: apmail-incubator-oozie-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-oozie-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D89529B54 for ; Mon, 3 Oct 2011 20:25:01 +0000 (UTC) Received: (qmail 88487 invoked by uid 500); 3 Oct 2011 20:25:01 -0000 Delivered-To: apmail-incubator-oozie-commits-archive@incubator.apache.org Received: (qmail 88457 invoked by uid 500); 3 Oct 2011 20:25:01 -0000 Mailing-List: contact oozie-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oozie-dev@incubator.apache.org Delivered-To: mailing list oozie-commits@incubator.apache.org Received: (qmail 88450 invoked by uid 99); 3 Oct 2011 20:25:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2011 20:25:01 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2011 20:24:57 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 287A82A78E6 for ; Mon, 3 Oct 2011 20:24:36 +0000 (UTC) Date: Mon, 3 Oct 2011 20:24:36 +0000 (UTC) From: "jiraposter@reviews.apache.org (Commented) (JIRA)" To: oozie-commits@incubator.apache.org Message-ID: <1064098452.4358.1317673476167.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1300362890.4879.1317237166210.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (OOZIE-564) Embedded pig within python fails when run using oozie MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OOZIE-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13119568#comment-13119568 ] jiraposter@reviews.apache.org commented on OOZIE-564: ----------------------------------------------------- ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/2104/#review2285 ----------------------------------------------------------- Overall, please take care of all the red marks for inconsistent spaces. trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestPigMain.java These python jars are not required for normal pig job. right? If yes, can it be isolated only for python case? - Mohammad On 2011-10-03 18:59:26, Virag Kothari wrote: bq. bq. ----------------------------------------------------------- bq. This is an automatically generated e-mail. To reply, visit: bq. https://reviews.apache.org/r/2104/ bq. ----------------------------------------------------------- bq. bq. (Updated 2011-10-03 18:59:26) bq. bq. bq. Review request for oozie, Mohammad Islam and Angelo K. Huang. bq. bq. bq. Summary bq. ------- bq. bq. OOZIE-564: Embedded pig within python fails when run in oozie bq. bq. Summary: bq. https://issues.apache.org/jira/browse/OOZIE-564 bq. bq. bq. This addresses bug OOZIE-564. bq. https://issues.apache.org/jira/browse/OOZIE-564 bq. bq. bq. Diffs bq. ----- bq. bq. trunk/core/pom.xml 1178455 bq. trunk/core/src/main/java/org/apache/oozie/action/hadoop/PigMain.java 1178455 bq. trunk/core/src/test/java/org/apache/oozie/action/hadoop/MainTestCase.java 1178455 bq. trunk/core/src/test/java/org/apache/oozie/action/hadoop/TestPigMain.java 1178455 bq. trunk/pom.xml 1178455 bq. bq. Diff: https://reviews.apache.org/r/2104/diff bq. bq. bq. Testing bq. ------- bq. bq. Tested against current test cases. New test cases related to embedded pig are not added bq. bq. bq. Thanks, bq. bq. Virag bq. bq. > 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 : > ... > > .... > ..... > > inputDir=${inputDir} > outputDir=${outputDir} > feedDir=${feedDir} > -- 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