ctubbsii commented on code in PR #5174: URL: https://github.com/apache/accumulo/pull/5174#discussion_r1889540059
########## 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: Yeah, I didn't change any of the cluster yaml parsing (other than use a more specific exception type and remove unneeded return statements, which was a backport of the same changes in 3.1), so none of the yaml features have changed at all, just the script internals and the related accumulo-env.sh handling of the emitted script environment variables. -- 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]
