Github user pwendell commented on the pull request:

    https://github.com/apache/spark/pull/3009#issuecomment-63862396
  
    Hi Kay,
    
    The behavior you noticed is intentional. If a job completes but doesn't run 
all of it's stages, it ends up showing as finished with a partially completed 
progress bar.
    
    IMO - this should go in the release because it's one of the most requested 
features for Spark (giving better insights into runtime performance of a job). 
Because of the way the UI/Listners are structured it's very low risk and cannot 
interfere with other lower level functionality. Also, the existing Stage page 
is left unmodified, so this is purely additive.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to