chia7712 opened a new pull request #328:
URL: https://github.com/apache/incubator-yunikorn-core/pull/328


   ### What is this PR for?
   We are integrating yunikorn with monitor system through application REST 
APIs. The application rest APIs is useful but it lacks three important 
information.
   1. elapsed time of a application
   2. the allocations to use when running (the `usedResource` is reset to zero 
when the application is terminated)
   3. user name (It can enable us to trace the application for specific user, 
but I am fire to remove this if it is a security issue.)
   Also, the application REST APIs need to be more flexible. For example, it 
should support following queries:
   1. applicationState
   2. user name (will be added)
   This issue is related to following REST APIs.
   1. `/ws/v1/apps`
   2. `/ws/v1/partition/{partition}/queue/{queue}/applications`
   
   
   ### What type of PR is it?
   * [ ] - Bug Fix
   * [x] - Improvement
   * [ ] - Feature
   * [ ] - Documentation
   * [ ] - Hot Fix
   * [ ] - Refactoring
   
   ### Todos
   * [ ] - Update web docs of application REST APIs
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/YUNIKORN-870
   
   ### How should this be tested?
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * [ ] - The licenses files need update.
   * [ ] - There is breaking changes for older versions.
   * [ ] - It needs documentation.
   


-- 
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