You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2014/03/24 23:23:43 UTC

[jira] [Created] (PIG-3832) Fix piggybank test compilation failure after PIG-3419

Rohini Palaniswamy created PIG-3832:
---------------------------------------

             Summary: Fix piggybank test compilation failure after PIG-3419
                 Key: PIG-3832
                 URL: https://issues.apache.org/jira/browse/PIG-3832
             Project: Pig
          Issue Type: Bug
            Reporter: Rohini Palaniswamy
            Assignee: Rohini Palaniswamy
             Fix For: 0.13.0


JobCreationException has moved from org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobCreationException to org.apache.pig.backend.hadoop.executionengine 
{code}
[javac] import org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobCreationException;
    [javac]                                                                    ^
    [javac]   symbol:   class JobCreationException
    [javac]   location: package org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
    [javac] /home/y/var/builds/thread2/workspace/Cloud-PigCI-0.14-Component/pig/contrib/piggybank/java/src/test/java/org/apache/pig/piggybank/test/storage/avro/TestAvroStorage.java:852: error: cannot find symbol
    [javac]         } catch (JobCreationException e) {
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)