Yingyi Bu has submitted this change and it was merged. Change subject: ASTERIXDB-1758: NCService documentation fix. ......................................................................
ASTERIXDB-1758: NCService documentation fix. Change-Id: I2c74f272ba7d207f09c777853291e951195913c8 Reviewed-on: https://asterix-gerrit.ics.uci.edu/1406 Sonar-Qube: Jenkins <[email protected]> Reviewed-by: Till Westmann <[email protected]> Tested-by: Jenkins <[email protected]> --- M asterixdb/asterix-doc/src/site/markdown/ncservice.md 1 file changed, 5 insertions(+), 4 deletions(-) Approvals: Till Westmann: Looks good to me, approved Jenkins: Verified; No violations found diff --git a/asterixdb/asterix-doc/src/site/markdown/ncservice.md b/asterixdb/asterix-doc/src/site/markdown/ncservice.md index dc32cf5..6aac34c 100644 --- a/asterixdb/asterix-doc/src/site/markdown/ncservice.md +++ b/asterixdb/asterix-doc/src/site/markdown/ncservice.md @@ -121,14 +121,11 @@ | Parameter | Meaning | Default | |----------|--------|-------| -| compiler.framesize | The page size (in bytes) for computation | 32768 | -| compiler.groupmemory | The memory budget (in bytes) for a group by operator instance in a partition | 33554432 | -| compiler.joinmemory | The memory budget (in bytes) for a join operator instance in a partition | 33554432 | -| compiler.sortmemory | The memory budget (in bytes) for a sort operator instance in a partition | 33554432 | | instance.name | The name of the AsterixDB instance | "DEFAULT_INSTANCE" | | max.wait.active.cluster | The max pending time (in seconds) for cluster startup. After the threshold, if the cluster still is not up and running, it is considered unavailable. | 60 | | metadata.callback.port | The port for metadata communication | 0 | | cluster.address | The binding IP address for the AsterixDB instance | N/A | + The following parameters for slave processes, under "[nc]" sections. @@ -168,3 +165,7 @@ | Parameter | Meaning | Default | |----------|--------|-------| | log.level | The logging level for master and slave processes | "INFO" | +| compiler.framesize | The page size (in bytes) for computation | 32768 | +| compiler.groupmemory | The memory budget (in bytes) for a group by operator instance in a partition | 33554432 | +| compiler.joinmemory | The memory budget (in bytes) for a join operator instance in a partition | 33554432 | +| compiler.sortmemory | The memory budget (in bytes) for a sort operator instance in a partition | 33554432 | -- To view, visit https://asterix-gerrit.ics.uci.edu/1406 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2c74f272ba7d207f09c777853291e951195913c8 Gerrit-PatchSet: 2 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Yingyi Bu <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-Reviewer: Yingyi Bu <[email protected]>
