[ 
https://issues.apache.org/jira/browse/HIVE-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654548#action_12654548
 ] 

Raghotham Murthy commented on HIVE-134:
---------------------------------------

@Joy

If there are session options that affect the serde, these options should 
ideally be extracted from jobconf and inserted into properties object. This 
documents the parameters that affect the serde atleast in the code. Right now 
jobconf is this opaque object which is passed around (and potentially modified) 
everywhere. But this is not a bug. This jira code cleanup task to make code 
more readable.

> job conf being passed to serde (initialize)
> -------------------------------------------
>
>                 Key: HIVE-134
>                 URL: https://issues.apache.org/jira/browse/HIVE-134
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Serializers/Deserializers
>            Reporter: Namit Jain
>
> Currently, job conf is being passed to serde - serde should not need job 
> conf. Anyway, properties is being passed around which can contain any 
> name/value pairs.
> Once jira-127 is committed, this should be done in a follow-up

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to