Github user harishreedharan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5792#discussion_r30264711
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/history/HistoryServer.scala ---
    @@ -104,6 +108,52 @@ class HistoryServer(
     
       initialize()
     
    +  private[spark] class HistoryServlet(val appId: String) extends 
HttpServlet {
    --- End diff --
    
    I think this servlet will go away when I merge this with the JSON end point 
change. I'm not sure whether I should add this to the JSON endpoint change or 
leave this servlet as is (since this is not really a JSON output, and from the 
current state it looks like the endpoints seem specific to returning JSON). 


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