sudheesh k s created SPARK-18041:
------------------------------------

             Summary: 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to