You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Viraj Bhat (JIRA)" <ji...@apache.org> on 2009/05/23 03:56:45 UTC

[jira] Updated: (PIG-816) PigStorage() does not accept Unicode characters in its contructor

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

Viraj Bhat updated PIG-816:
---------------------------

    Attachment: pig_1243043613713.log

Log file for detailed error message

> PigStorage() does not accept Unicode characters in its contructor 
> ------------------------------------------------------------------
>
>                 Key: PIG-816
>                 URL: https://issues.apache.org/jira/browse/PIG-816
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.3.0
>            Reporter: Viraj Bhat
>            Priority: Critical
>             Fix For: 0.3.0
>
>         Attachments: pig_1243043613713.log
>
>
> Simple Pig script which uses Unicode characters in the PigStorage() constructor fails with the following error:
> {code}
> studenttab = LOAD '/user/viraj/studenttab10k' AS (name:chararray, age:int,gpa:float);
> X2 = GROUP studenttab by age;
> Y2 = FOREACH X2 GENERATE group, COUNT(studenttab);
> store Y2 into '/user/viraj/y2' using PigStorage('\u0001');
> {code}
> ========================================================================================
> ERROR org.apache.pig.tools.grunt.GruntParser - ERROR 2997: Unable to recreate exception from backend error: org.apache.hadoop.ipc.RemoteException: java.io.IOException: java.lang.RuntimeException: org.xml.sax.SAXParseException: Character reference "&#1" is an invalid XML character.
> ========================================================================================
> Attaching log file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.