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

Feng Peng commented on PIG-3222:
--------------------------------

Here is what I did. Any suggestions?

{noformat}
[tw-mbp15-feng pig (trunk)]$ git remote -v
origin  http://git.apache.org/pig.git (fetch)
origin  http://git.apache.org/pig.git (push)
[tw-mbp15-feng pig (trunk)]$ git fetch
[tw-mbp15-feng pig (trunk)]$ git status
# On branch trunk
nothing to commit (working directory clean)
[tw-mbp15-feng pig (trunk)]$ git apply ~/Downloads/PIG-3267-1.patch
/Users/feng/Downloads/PIG-3267-1.patch:19: trailing whitespace.
    
/Users/feng/Downloads/PIG-3267-1.patch:23: trailing whitespace.
        // test if the POStore in the 1st mr plan 
/Users/feng/Downloads/PIG-3267-1.patch:31: trailing whitespace.
        
/Users/feng/Downloads/PIG-3267-1.patch:35: trailing whitespace.
        
error: org/apache/pig/test/TestMRCompiler.java: No such file or directory
error: 
org/apache/pig/backend/hadoop/executionengine/physicalLayer/relationalOperators/POStore.java:
 No such file or directory
{noformat}
                
> New UDFContextSignature assignments in Pig 0.11 breaks HCatalog.HCatStorer 
> ---------------------------------------------------------------------------
>
>                 Key: PIG-3222
>                 URL: https://issues.apache.org/jira/browse/PIG-3222
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.11
>            Reporter: Feng Peng
>              Labels: hcatalog
>         Attachments: hcatstorer.trace.txt, hcat.trace, PigStorerDemo.java
>
>
> Pig 0.11 assigns different UDFContextSignature for different invocations of 
> the same load/store statement. This change breaks the HCatStorer which 
> assumes all front-end and back-end invocations of the same store statement 
> has the same UDFContextSignature so that it can read the previously stored 
> information correctly.
> The related HCatalog code is in 
> https://svn.apache.org/repos/asf/incubator/hcatalog/branches/branch-0.5/hcatalog-pig-adapter/src/main/java/org/apache/hcatalog/pig/HCatStorer.java
>  (the setStoreLocation() function).

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