You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vikram Dixit K (JIRA)" <ji...@apache.org> on 2013/08/15 00:31:48 UTC

[jira] [Created] (HIVE-5095) Hive needs new operator walker for parallelization/optimization.

Vikram Dixit K created HIVE-5095:
------------------------------------

             Summary: Hive needs new operator walker for parallelization/optimization.
                 Key: HIVE-5095
                 URL: https://issues.apache.org/jira/browse/HIVE-5095
             Project: Hive
          Issue Type: Bug
          Components: Tez
    Affects Versions: tez-branch
            Reporter: Vikram Dixit K
            Assignee: Vikram Dixit K
             Fix For: tez-branch


For tez to compute the number of reducers, we should be walking the operator tree in a topological fashion so that the reducers down the tree get the estimate from all parents. However, the current walkers in hive only walk the operator tree in a depth-first fashion. We need to add a new walker for the topological walk. Also, since information about the parent operators needs to be propagated on a per parent basis, we need to retain some context across operators to be passed to the child which the walker will co-ordinate.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira