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

Rohini Palaniswamy edited comment on PIG-4316 at 11/8/14 3:13 AM:
------------------------------------------------------------------

 - Fixed NPE due to String defaultCaster = 
UDFContext.getUDFContext().getClientSystemProps().getProperty(CASTER_PROPERTY, 
STRING_CASTER); . 
         - It was giving NPE in PigInputFormat while running in cluster as 
UDFContext was not initialized. 
          - It gave NPE in tez_local mode in frontend 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.


was (Author: rohini):
 - 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, PIG-4316-2.patch
>
>




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

Reply via email to