[ 
https://issues.apache.org/jira/browse/PIG-3156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13575363#comment-13575363
 ] 

Jonathan Coveney commented on PIG-3156:
---------------------------------------

+1 thanks Cheolsoo!
                
> TestSchemaTuple fails in trunk
> ------------------------------
>
>                 Key: PIG-3156
>                 URL: https://issues.apache.org/jira/browse/PIG-3156
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.12
>            Reporter: Cheolsoo Park
>            Assignee: Cheolsoo Park
>             Fix For: 0.12
>
>         Attachments: PIG-3156.patch
>
>
> To reproduce the issue, do:
> {code}
> ant clean test -Dtestcase=TestSchemaTuple
> {code}
> All 3 test cases fail with the following error:
> {code}
> Caused by: java.lang.RuntimeException: Unable to compile
>     at 
> org.apache.pig.impl.util.JavaCompilerHelper.compile(JavaCompilerHelper.java:83)
>     at 
> org.apache.pig.data.SchemaTupleClassGenerator.compileCodeString(SchemaTupleClassGenerator.java:233)
>     at 
> org.apache.pig.data.SchemaTupleClassGenerator.generateSchemaTuple(SchemaTupleClassGenerator.java:186)
>     at 
> org.apache.pig.data.SchemaTupleFrontend$SchemaTupleFrontendGenHelper.generateAll(SchemaTupleFrontend.java:203)
>     at 
> org.apache.pig.data.SchemaTupleFrontend$SchemaTupleFrontendGenHelper.access$100(SchemaTupleFrontend.java:91)
>     at 
> org.apache.pig.data.SchemaTupleFrontend.copyAllGeneratedToDistributedCache(SchemaTupleFrontend.java:278)
>     at 
> org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.JobControlCompiler.getJob(JobControlCompiler.java:656)
> {code}
> I found that this was introduced by PIG-2764.

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

Reply via email to