Moving inputFileChanged() from ExecMapper to where it is needed
---------------------------------------------------------------
Key: HIVE-1348
URL: https://issues.apache.org/jira/browse/HIVE-1348
Project: Hadoop Hive
Issue Type: Improvement
Reporter: Ning Zhang
Assignee: He Yongqiang
inputFileChanged() is only needed for Bucketed sort merge map join. It should
not be put in ExecMapper.map() where all code paths will hit this function.
This function is quite expensive since JobConf look up is a hash table look up.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.