You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Cheolsoo Park (JIRA)" <ji...@apache.org> on 2012/09/25 02:44:08 UTC

[jira] [Updated] (PIG-2930) ant test doesn't compile in trunk

     [ https://issues.apache.org/jira/browse/PIG-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cheolsoo Park updated PIG-2930:
-------------------------------

    Attachment: PIG-2930.patch

Trivial fix that adds the missing import statement.

Thanks!
                
> ant test doesn't compile in trunk
> ---------------------------------
>
>                 Key: PIG-2930
>                 URL: https://issues.apache.org/jira/browse/PIG-2930
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Cheolsoo Park
>            Assignee: Cheolsoo Park
>            Priority: Blocker
>         Attachments: PIG-2930.patch
>
>
> To reproduce the compile error, please do:
> {code}
> ant test
> {code}
> Itfails with the following error:
> {code}
>     [javac] /home/cheolsoo/workspace/pig-svn/test/org/apache/pig/test/TestBuiltin.java:195: cannot find symbol
>     [javac] symbol  : class Properties
>     [javac] location: class org.apache.pig.test.TestBuiltin
>     [javac]         pigServer = new PigServer(ExecType.LOCAL, new Properties());
> {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