Error when using PigUnit on a script that uses IMPORT another script with macros
--------------------------------------------------------------------------------

                 Key: PIG-2279
                 URL: https://issues.apache.org/jira/browse/PIG-2279
             Project: Pig
          Issue Type: Bug
    Affects Versions: 0.9.0
            Reporter: Mark Roddy


Executing PigUnit against a script which uses the import command always fails 
with error:
org.apache.pig.impl.logicalLayer.FrontendException: ERROR 1000: Error during 
parsing. <line 4> : Duplicated import file 'somemacro.pig'

Even though the script being tested does not preform an import of the same 
script twice.  

I've tried with a couple of different scripts/tests and it appears that PigUnit 
fails on any test of a pig script where an import command is issued.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to