Github user pwendell commented on the pull request:

    https://github.com/apache/spark/pull/3197#issuecomment-63013790
  
    Okay I talked offline with @kayousterhout and the best name we could come 
up with was the following:
    
    ```
    class SparkStatusTracker
    ...
    val statusTracker = new SparkStatusTracker(this)
    ```
    
    IMO this is nicer than the current name since `API` is sort of implicit in 
the fact that this is an exposed class (i.e. in some sense everything is an 
API). The name "Tracker" implies that this is an object that actively is 
tracking changes. So this is my favorite option. I also thing `SparkStatus` and 
`val status` is alright. Both of these I prefer to the current naming.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to