[ 
https://issues.apache.org/jira/browse/HIVE-7328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chengxiang Li reopened HIVE-7328:
---------------------------------


We have implement native HiveReduceFunction instead of using ExecRedecer 
directly in HIVE-7677, reopen this JIRA to track further refactoring.

> Refactoring: make Hive reduce side data processing reusable
> -----------------------------------------------------------
>
>                 Key: HIVE-7328
>                 URL: https://issues.apache.org/jira/browse/HIVE-7328
>             Project: Hive
>          Issue Type: Sub-task
>    Affects Versions: 0.13.0
>            Reporter: Xuefu Zhang
>            Assignee: Xuefu Zhang
>
> ExecReducer is Hive's reducer implementation for MapReduce. Table rows are 
> shuffled by MR framework to ExecReducer and further processed by 
> ExecReducer.reduce() method, which invokes Hive's reduce-side operator tree 
> starting. This task is to extract the reduce-side data processing offered by 
> the operator tree so that it can be reused by other execution engine such as 
> Spark. This is purely refactoring the existing code.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to