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

Rohini Palaniswamy updated PIG-4316:
------------------------------------
    Attachment: PIG-4316-1.patch

 - Fixed NPE due to String defaultCaster = 
UDFContext.getUDFContext().getClientSystemProps().getProperty(CASTER_PROPERTY, 
STRING_CASTER); . It was giving NPE in PigInputFormat as UDFContext was not 
initialized. It gave NPE in tez_local mode as PigProcessor destroyed all 
UDFContext. FileBasedOutputSizeReader was one of the places giving NPE. Changed 
it a bit so that StoreFunc need not be initialized unnecessarily in case of 
hbase.
  - While fixing NPE realized uncaught exception handler was not there and 
added that. But still it did not work as Future stores the exception. So did 
future.get() to get any exceptions
  - testMergeJoin fails. Filed PIG-4315 for that to be fixed in 0.14.1 and 
skipping for now.

> Port TestHBaseStorage to tez local mode
> ---------------------------------------
>
>                 Key: PIG-4316
>                 URL: https://issues.apache.org/jira/browse/PIG-4316
>             Project: Pig
>          Issue Type: Sub-task
>          Components: tez
>            Reporter: Rohini Palaniswamy
>            Assignee: Rohini Palaniswamy
>             Fix For: 0.14.0
>
>         Attachments: PIG-4316-1.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to