[
https://issues.apache.org/jira/browse/HIVE-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654629#action_12654629
]
Zheng Shao commented on HIVE-134:
---------------------------------
btw there is a difference between configuration and jobconf: jobconf is a
subclass of configuration:
http://hadoop.apache.org/core/docs/current/api/org/apache/hadoop/mapred/JobConf.html
We are requiring configuration instead of jobconf.
Joy and Raghu and I discussed offline and agreed this is not the current hadoop
way of doing things. So we probably won't do anything unless hadoop accepts
this way of configuration.
> 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.