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:07 UTC

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

Cheolsoo Park created PIG-2930:
----------------------------------

             Summary: 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

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

Posted by "Cheolsoo Park (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Status: Patch Available  (was: Open)
    
> 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

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

Posted by "Cheolsoo Park (JIRA)" <ji...@apache.org>.
     [ 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

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

Posted by "Daniel Dai (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Dai updated PIG-2930:
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.11
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

Patch committed. Thanks Cheolsoo!
                
> 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
>             Fix For: 0.11
>
>         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