Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 79679D72E for ; Thu, 1 Nov 2012 17:03:16 +0000 (UTC) Received: (qmail 32714 invoked by uid 500); 1 Nov 2012 17:03:15 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 32691 invoked by uid 500); 1 Nov 2012 17:03:15 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 32665 invoked by uid 500); 1 Nov 2012 17:03:15 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 32656 invoked by uid 99); 1 Nov 2012 17:03:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 17:03:15 +0000 Date: Thu, 1 Nov 2012 17:03:14 +0000 (UTC) From: "Cheolsoo Park (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: <1193228242.56807.1351789394997.JavaMail.jiratomcat@arcas> In-Reply-To: <1634520278.56805.1351789394390.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (PIG-3023) TestPigContext.testImportList fails with hadoop-2.0.x MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PIG-3023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-3023: ------------------------------- Fix Version/s: (was: 0.11) > TestPigContext.testImportList fails with hadoop-2.0.x > ----------------------------------------------------- > > Key: PIG-3023 > URL: https://issues.apache.org/jira/browse/PIG-3023 > Project: Pig > Issue Type: Sub-task > Environment: CentOS 6.2 > Java HotSpot(TM) 64-Bit 1.6.0_31 > Reporter: Cheolsoo Park > > To reproduce: > {code} > ant clean test -Dtestcase=TestPigContext -Dhadoopversion=2.0.x > {code} > This fails with the following error: > {code} > Caused by: org.apache.pig.backend.executionengine.ExecException: ERROR 1070: Could not resolve TestUDF2 using imports: [com.xxx.udf1., com.xxx.udf2., , org.apache.pig.builtin., org.apache.pig.impl.builtin.] > at org.apache.pig.impl.PigContext.resolveClassName(PigContext.java:512) > at org.apache.pig.impl.PigContext.instantiateFuncFromSpec(PigContext.java:561) > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira