chia7712 commented on pull request #328:
URL: 
https://github.com/apache/incubator-yunikorn-core/pull/328#issuecomment-1051974822


   The response of `ws/v1/apps` is shown below.
   
   
   ```json
   [
       {
           "applicationID": "spark-513ec7450ab34c81957c7bea0d8c5d2a",
           "usedResource": "[]",
           "maxUsedResource": "[]",
           "partition": "default",
           "queueName": "root.infinite",
           "submissionTime": 1645871481994982370,
           "finishedTime": null,
           "allocations": [],
           "applicationState": "New",
           "user": "nobody"
       },
       {
           "applicationID": "spark-2f6d5babe1dd42478f57d9e965af2411",
           "usedResource": "[memory:0 vcore:0]",
           "maxUsedResource": "[memory:3222 vcore:5000]",
           "partition": "default",
           "queueName": "root.infinite",
           "submissionTime": 1645871347893002178,
           "finishedTime": 1645871391609017573,
           "allocations": [],
           "applicationState": "Completed",
           "user": "nobody"
       }
   ]
   ```
   
   The first application has `null` finishedTime since it is not finished.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to