Github user ivakegg commented on a diff in the pull request: https://github.com/apache/accumulo/pull/253#discussion_r129873342 --- Diff: assemble/conf/accumulo-site.xml --- @@ -39,6 +39,15 @@ <name>tserver.memory.maps.native.enabled</name> <value>true</value> </property> + <!-- Used by the PerTableVolumeChooser which is the default general.volume.chooser --> --- End diff -- The big question that remains is since the PerTableVolumeChooser is the default, then the system will not work until the table and scoped volume choosers are set. Hence I added them here in the example accumulo-site.xml and configured them in the mini accumulo configuration.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---