Chao created HIVE-8860: -------------------------- Summary: Populate ExecMapperContext in SparkReduceRecordHandler Key: HIVE-8860 URL: https://issues.apache.org/jira/browse/HIVE-8860 Project: Hive Issue Type: Sub-task Components: Spark Affects Versions: spark-branch Reporter: Chao
Currently, only SparkMapRecordHandler populates this information. However, since in Spark branch a HashTableSinkOperator could also appear in a ReduceWork, and it needs to have a ExecMapperContext to get a MapredLocalWork, we need to do the same thing in SparkReduceRecordHandler as well. -- This message was sent by Atlassian JIRA (v6.3.4#6332)