Manno15 opened a new issue #82:
URL: https://github.com/apache/accumulo-examples/issues/82
The compaction strategy example should be updated to reflect the recent
changes to compaction configuration in accumulo. Including the description of
the strategies and the example configuration given.
Example below of what could be added to replace the current example (this is
found I'm accumulo-testing)
<pre>
tserver.compaction.major.service.cs1.planner=org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner
\
tserver.compaction.major.service.cs1.planner.opts.executors=\
[{"name":"small","type":"internal","maxSize":"16M","numThreads":8},\
{"name":"medium","type":"internal","maxSize":"128M","numThreads":4},\
{"name":"large","type":"internal","numThreads":2
</pre>
The blog post on the accumulo website also gives further details on how to
configure the new compactions.
https://accumulo.apache.org/blog/2021/07/08/external-compactions.html
--
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]