guoxiaolongzte created SPARK-20354:
--------------------------------------

             Summary: /api/v1/applications’ return sparkUser is null in REST 
API.
                 Key: SPARK-20354
                 URL: https://issues.apache.org/jira/browse/SPARK-20354
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 2.1.0
            Reporter: guoxiaolongzte
            Priority: Minor


/api/v1/applications’ return sparkUser is null in REST API.
/api/v1/applications’ return json follow:
[ {
  "id" : "app-20170417151455-0003",
  "name" : "KafkaWordCount",
  "attempts" : [ {
    "startTime" : "2017-04-17T07:14:51.949GMT",
    "endTime" : "1969-12-31T23:59:59.999GMT",
    "lastUpdated" : "2017-04-17T07:14:51.949GMT",
    "duration" : 0,
    "sparkUser" : " ",
    "completed" : false,
    "endTimeEpoch" : -1,
    "startTimeEpoch" : 1492413291949,
    "lastUpdatedEpoch" : 1492413291949
  } ]
} ]



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to