You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/10/21 09:09:59 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15594560#comment-15594560 ] 

Sean Owen commented on SPARK-18041:
-----------------------------------

The ID identifies the driver right?
Do you mean you want to know the application's main class?
It wouldn't help differentiate thing in case you were running, say, the shell, or multiple copies of one app, so I don't know how useful this is.

> 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
>
> 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
(v6.3.4#6332)

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