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

Mark Grover commented on PIG-3262:
----------------------------------

Actually, that would be really nice. In general, Apache Bigtop can help out 
with testing of Pig release candidates so we can find issues like this before a 
release goes out. In particular, I would be happy to help out with integration 
testing of the new release candidate against Hadoop 2 via Apache Bigtop, if it 
does get released.
                
> Pig contrib 0.11 doesn't compile on certain rpm systems
> -------------------------------------------------------
>
>                 Key: PIG-3262
>                 URL: https://issues.apache.org/jira/browse/PIG-3262
>             Project: Pig
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.11
>            Reporter: Mark Grover
>            Assignee: Mark Grover
>             Fix For: 0.12
>
>         Attachments: PIG-3262.1.patch, PIG-3262.2.patch
>
>
> While working on BIGTOP-870, I found out that Pig doesn't compile on certain 
> rpm based systems and fails with an error like:
> {code}
> 04:27:41  compile:
> 04:27:41       [echo]  *** Compiling Pig UDFs ***
> 04:27:41      [javac] 
> /mnt/jenkins/workspace/Bigtop-trunk-Pig/label/centos6/build/pig/rpm/BUILD/pig-0.11.0/contrib/piggybank/java/build.xml:93:
>  warning: 'includeantruntime' was not set, defaulting to 
> build.sysclasspath=last; set to false for repeatable builds
> 04:27:41      [javac] Compiling 158 source files to 
> /mnt/jenkins/workspace/Bigtop-trunk-Pig/label/centos6/build/pig/rpm/BUILD/pig-0.11.0/contrib/piggybank/java/build/classes
> 04:27:41      [javac] 
> /mnt/jenkins/workspace/Bigtop-trunk-Pig/label/centos6/build/pig/rpm/BUILD/pig-0.11.0/contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/evaluation/IsInt.java:31:
>  unmappable character for encoding ASCII
> 04:27:41      [javac]  * Note this function checks for Integer range 
> ???2,147,483,648 to 2,147,483,647.
> 04:27:41      [javac]                                                ^
> 04:27:41      [javac] 
> /mnt/jenkins/workspace/Bigtop-trunk-Pig/label/centos6/build/pig/rpm/BUILD/pig-0.11.0/contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/evaluation/IsInt.java:31:
>  unmappable character for encoding ASCII
> 04:27:41      [javac]  * Note this function checks for Integer range 
> ???2,147,483,648 to 2,147,483,647.
> 04:27:41      [javac]                                                 ^
> 04:27:41      [javac] 
> /mnt/jenkins/workspace/Bigtop-trunk-Pig/label/centos6/build/pig/rpm/BUILD/pig-0.11.0/contrib/piggybank/java/src/main/java/org/apache/pig/piggybank/evaluation/IsInt.java:31:
>  unmappable character for encoding ASCII
> 04:27:41      [javac]  * Note this function checks for Integer range 
> ???2,147,483,648 to 2,147,483,647.
> 04:27:41      [javac]                                                  ^
> 04:27:42      [javac] 3 errors
> {code}
> This seems to be related to encoding not being set for Javac in the build.xml 
> file.

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