Github user squito commented on the issue:

    https://github.com/apache/spark/pull/18887
  
    I futzed around for a while with trying to keep the old stuff around, and I 
realized it really would be quite a mess.  The biggest problem is that the old 
rest api is just waay too tied into the UI, eg 
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/status/api/v1/ExecutorListResource.scala#L26
 , probably my fault in that implementation of the rest apis.  You could keep 
the old code around, but would involve so much moving and refactoring that it 
seems pointless.
    
    I'm still looking at the other changes in the larger project, and I'd 
encourage other reviewers to do the same.


---
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