You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/06/03 18:47:31 UTC

[GitHub] [accumulo] keith-turner commented on issue #2138: Explore supporting external compaction processes in accumulo-cluster script

keith-turner commented on issue #2138:
URL: https://github.com/apache/accumulo/issues/2138#issuecomment-854096865


   > I would like to see the hosts files consolidated into a single accumulo-cluster.conf
   
   That sounds interesting.  Any thoughts on the structure and how compactor+queue info might fit into that? For compactors I was thinking of the following possibilities, had not considered a single file.
   
   - A dir name compactors with files under it for each queue.  The name of the file would be queue name and the contents of the file would be host to start compactors.
   - A file named compactors where the contents are lines like : `<host>,<queue>`.  This would repeat information alot and seems error prone.
   - A file named compactors where contents has sections.  The section is the queue name and the contents are host.  Like `[Q1]\nhost1\nhost2\n[Q2]\nhost3\nhost4`.
   
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org