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

Daniel Dai resolved PIG-2332.
-----------------------------

      Resolution: Fixed
    Hadoop Flags: Reviewed

Unit test pass. Test-patch result:

     [exec] -1 overall.  
     [exec] 
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec] 
     [exec]     +1 tests included.  The patch appears to include 25 new or 
modified tests.
     [exec] 
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning 
messages.
     [exec] 
     [exec]     +1 javac.  The applied patch does not increase the total number 
of javac compiler warnings.
     [exec] 
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs 
warnings.
     [exec] 
     [exec]     -1 release audit.  The applied patch generated 473 release 
audit warnings (more than the trunk's current 461 warnings).

All new java file has proper header. Other new files are benchmark file and pig 
script, not able to add release note. Ignore release audit warnings.

Patch committed to both 0.10 branch and trunk.
                
> JsonLoader/JsonStorage
> ----------------------
>
>                 Key: PIG-2332
>                 URL: https://issues.apache.org/jira/browse/PIG-2332
>             Project: Pig
>          Issue Type: New Feature
>          Components: impl
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.10
>
>         Attachments: PIG-2332-1.patch, PIG-2332-2.patch, PIG-2332-3.patch
>
>
> A JsonLoader/JsonStorage implementation for Pig. This is based on Alan's 
> implementation in the book 
> (http://ofps.oreilly.com/titles/9781449302641/load_and_store_funcs.html). I 
> made some minor changes:
> 1. Drop the jackson feature requires 1.01+. Since Hadoop 203+ bundles jackson 
> 1.01, newer feature fails when running on Hadoop 203+.
> 2. Using Json format for schema. This borrows Dmitry's schema implememtation 
> in PigStorage.
> 3. Some bug fixes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to