You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Xuefu Zhang (JIRA)" <ji...@apache.org> on 2014/11/04 02:07:35 UTC

[jira] [Updated] (HIVE-8718) Refactoring: move mapLocalWork field from MapWork to BaseWork

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

Xuefu Zhang updated HIVE-8718:
------------------------------
          Component/s:     (was: Spark)
                       Query Processor
          Description: 
Currently MapRedLocalWork instance is a field at MapWork. This is MR specific where small table input to map join is always from a MapWork, which isn't true for other execution engine where works doesn't need to be chopped at RS.

The refactoring moves the MapRedLocalWork to its parent class, BaseWork. Purely refactoring. No behavor change is expected. Test output might need to be updated though.
             Priority: Minor  (was: Major)
    Affects Version/s: 0.15.0
              Summary: Refactoring: move mapLocalWork field from MapWork to BaseWork  (was: Refactoring: move mapLocalWork field from MapWork to BaseWork [Spark Branch])

> Refactoring: move mapLocalWork field from MapWork to BaseWork
> -------------------------------------------------------------
>
>                 Key: HIVE-8718
>                 URL: https://issues.apache.org/jira/browse/HIVE-8718
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Query Processor
>    Affects Versions: 0.15.0
>            Reporter: Xuefu Zhang
>            Assignee: Xuefu Zhang
>            Priority: Minor
>
> Currently MapRedLocalWork instance is a field at MapWork. This is MR specific where small table input to map join is always from a MapWork, which isn't true for other execution engine where works doesn't need to be chopped at RS.
> The refactoring moves the MapRedLocalWork to its parent class, BaseWork. Purely refactoring. No behavor change is expected. Test output might need to be updated though.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)