Kevin Chen created SPARK-10565:
----------------------------------

             Summary: New /api/v1/[path] APIs don't contain as much information 
as original /json API 
                 Key: SPARK-10565
                 URL: https://issues.apache.org/jira/browse/SPARK-10565
             Project: Spark
          Issue Type: Improvement
          Components: Input/Output, Java API
    Affects Versions: 1.5.0
            Reporter: Kevin Chen


[SPARK-3454] introduced official json APIs at /api/v1/[path] for data that 
originally appeared only on the web UI. However, it does not expose all the 
information on the web UI or on the previous unofficial endpoint at /json.

For example, the APIs at /api/v1/[path] do not show the number of cores or 
amount of memory per slave for each job. This is stored in 
ApplicationInfo.desc.maxCores and ApplicationInfo.desc.memoryPerSlave, 
respectively. This information would be useful to expose.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to