ddanielr commented on code in PR #5174: URL: https://github.com/apache/accumulo/pull/5174#discussion_r1889117001
########## assemble/conf/accumulo.properties: ########## @@ -31,3 +31,8 @@ instance.secret=DEFAULT ## Set to false if 'accumulo-util build-native' fails tserver.memory.maps.native.enabled=true + +## (optional) include additional property files for a resource group +## based on the ACCUMULO_RESOURCE_GROUP env var set in accumulo-service Review Comment: Fair enough. I tested adding a tserver resource group in the cluster.yaml for `default` and got a parsing error: `Processing error: Unknown configuration section : tserver.default`. That's a bit more direct than a code comment. -- 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]
