[
https://issues.apache.org/jira/browse/HIVE-713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12737637#action_12737637
]
Namit Jain commented on HIVE-713:
---------------------------------
One of the follow-ups that needs to be done is that the progress needs to be
done by Driver instead of ExecDriver() -
Driver should do the following
task.execute()
task.progress()
task.postProcessing()
This way each task does not have to invoke progress within execute.
> Integrate operator counters into query plan to view progress of queries
> -----------------------------------------------------------------------
>
> Key: HIVE-713
> URL: https://issues.apache.org/jira/browse/HIVE-713
> Project: Hadoop Hive
> Issue Type: New Feature
> Components: Logging
> Reporter: Raghotham Murthy
> Assignee: Raghotham Murthy
> Attachments: hive-713.1.donot.patch
>
>
> Annotate the QueryPlan - with multiple stages and each stage(Task) can have
> an Operator tree - with counters that each Operator/Task updates.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.