You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Raghotham Murthy (JIRA)" <ji...@apache.org> on 2009/08/01 00:38:14 UTC

[jira] Updated: (HIVE-713) Integrate operator counters into query plan to view progress of queries

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

Raghotham Murthy updated HIVE-713:
----------------------------------

    Attachment: hive-713.2.donot.patch

More changes, but not yet ready to patch. Remaining tasks:

- in each operator, if there are new counters, call addToCounterNames() in initialize
- from SemanticAnalyzer, after plan generation walk all tasks and call assignCounterNameToEnum for each operator
- in each Operator.process increment counters

- in driver add call to return plan, dump queryplan to history file
- in ExecDriver.progress walk all operators and call updateCounters and dump out stats to history file
- in queryplan walk tasks/operators and return plan which includes counters
- in separate class provide command line option to parse history file and print latest plan


> 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, hive-713.2.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.