This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new 8092837bc9 [YUNIKORN-2464] Missing markdown list indentation
@docs/design/historical_usage_tracking.md (#407)
8092837bc9 is described below
commit 8092837bc95e562e22522ae8fe9aa9bceb750fc8
Author: Ryan <[email protected]>
AuthorDate: Sun Mar 3 09:56:28 2024 +0800
[YUNIKORN-2464] Missing markdown list indentation
@docs/design/historical_usage_tracking.md (#407)
Closes: #407
Signed-off-by: Chia-Ping Tsai <[email protected]>
---
docs/design/historical_usage_tracking.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/docs/design/historical_usage_tracking.md
b/docs/design/historical_usage_tracking.md
index a73edf4dd3..83d068033c 100644
--- a/docs/design/historical_usage_tracking.md
+++ b/docs/design/historical_usage_tracking.md
@@ -45,15 +45,15 @@ Work to be tracked under
[YUNIKORN-1628](https://issues.apache.org/jira/browse/Y
## Goals
-- Implementation of an event stream for an application, including:
- - State changes
- - Asks and allocation changes
+- Implementation of an event stream for an application, including:
+ - State changes
+ - Asks and allocation changes
- Implementation of an event stream for a node, including:
- - State changes
- - Allocation changes
+ - State changes
+ - Allocation changes
- Implementation of an event stream for a queue, including:
- - State changes
- - Usage changes
+ - State changes
+ - Usage changes
- Define a REST interface for event retrieval
## Non Goals
@@ -61,7 +61,7 @@ Work to be tracked under
[YUNIKORN-1628](https://issues.apache.org/jira/browse/Y
- Add a data store for the historical data
- Display the event information
- Rebuild data on recovery
- - Historical data will not be rebuild
+ - Historical data will not be rebuild
- Authentication and Authorisation on the REST interface
## Existing Event System
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]