yangwwei commented on a change in pull request #127:
URL:
https://github.com/apache/incubator-yunikorn-site/pull/127#discussion_r800110595
##########
File path: docs/user_guide/queue_config.md
##########
@@ -191,7 +192,18 @@ partitions:
The placement rules are defined and documented in the [placement
rule](placement_rules.md) document.
Each partition can have only one set of placement rules defined.
-If no rules are defined the placement manager is not started and each
application *must* have a queue set on submit.
+If no rules are defined the placement manager is not started and each
application *must* have a queue set on submit.
+
+### Statedump filepath
+
+The statedump filepath defines the output file for YuniKorn statedumps. It is
optionally set on the partition level. If set,
+the value of this field can be either a relative (to working directory) or
absolute path. YuniKorn scheduler will error if it does not have sufficient
permissions to create the statedump file at the specified path.
Review comment:
> YuniKorn scheduler will error if it does not have sufficient
NIT: YuniKorn scheduler will be unable to start if it does not have
sufficient
--
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]