[ 
https://issues.apache.org/jira/browse/SPARK-10565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14990195#comment-14990195
 ] 

Apache Spark commented on SPARK-10565:
--------------------------------------

User 'CharlesYeh' has created a pull request for this issue:
https://github.com/apache/spark/pull/9472

> 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
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> [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