You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2019/05/21 04:38:17 UTC

[jira] [Resolved] (SPARK-18041) activedrivers section in http:sparkMasterurl/json is missing Main class information

     [ https://issues.apache.org/jira/browse/SPARK-18041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon resolved SPARK-18041.
----------------------------------
    Resolution: Incomplete

> activedrivers section in http:sparkMasterurl/json is missing Main class information
> -----------------------------------------------------------------------------------
>
>                 Key: SPARK-18041
>                 URL: https://issues.apache.org/jira/browse/SPARK-18041
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Submit
>    Affects Versions: 1.6.2
>            Reporter: sudheesh k s
>            Priority: Minor
>              Labels: bulk-closed
>
> http:sparkMaster_Url/json gives the status of running applications as well as drivers. But it is missing information like, driver main class. 
> To identify which driver is running on driver class information is needed. 
> eg:
>   "activedrivers" : [ {
>     "id" : "driver-20161020173528-0032",
>     "starttime" : "1476965128734",
>     "state" : "RUNNING",
>     "cores" : 1,
>     "memory" : 1024
>   } ],



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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