You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2017/02/11 06:20:41 UTC

[jira] [Created] (PIG-5129) Add a global progress bar for Tez

Daniel Dai created PIG-5129:
-------------------------------

             Summary: Add a global progress bar for Tez
                 Key: PIG-5129
                 URL: https://issues.apache.org/jira/browse/PIG-5129
             Project: Pig
          Issue Type: Improvement
          Components: tez
            Reporter: Daniel Dai
             Fix For: 0.17.0


In MR, we have a progress bar which tracks the percentage complete of the Pig script. In Tez, we have Tez progress bar in the form of "TotalTasks: 2 Succeeded: 2" for a single DAG. However, we don't track number of DAGs launched. An easy solution for a Tez progress bar is equally distributed percentage across Dags, and within the dag, percentage of task completed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)