Closed DomGarguilo closed 1 year ago
I am working on this ticket now but am running into an issue. I'm not sure how to package up a custom CompactionSelector
into a jar to be used in the proxy. Currently, there is a jar file containing a compaction strategy (which is deprecated and is what we are trying to replace here). In one of the tests, the jar is read and then the class name is sent along with the compact command. I assume we need to do something similar with a CompactionSelector
and CompactionConfigurer
to make sure things work with the new compaction methods.
If anyone could point me in the right direction for creating these jar files that would be helpful.
After updating accumulo-proxy to use accumulo 2.1, the usage of compaction also has to be updated. Currently, compaction strategies are being used which is marked for removal and should be updated.