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

Alan Gates commented on PIG-2120:
---------------------------------

The UDFContext.setClientSystemProps() should just be changed to 
setClientSystemProps(Properties), rather than a second method added.  If it's 
left in there and called with no Properties it would override the properties 
from the file, causing confusion for the users.  This is not a public part of 
the API (specifically called out in the comments), so we are free to change it.

You could write an automated test to make sure that properties passed in 
pig.properties and on the command line still make it to the backend via 
UDFContext.  This is an important thing to get right.

> HBase storage does not respect pig.hbase.caster property
> --------------------------------------------------------
>
>                 Key: PIG-2120
>                 URL: https://issues.apache.org/jira/browse/PIG-2120
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0, 0.10
>            Reporter: Dmitriy V. Ryaboy
>            Assignee: Dmitriy V. Ryaboy
>         Attachments: PIG-2120.patch
>
>
> HBaseStorage is supposed to allow changing the default Caster via the 
> pig.hbase.caster property. This does not work.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to