Class CheckCompactionConfig

  • All Implemented Interfaces:
    KeywordExecutable

    @AutoService(org.apache.accumulo.start.spi.KeywordExecutable.class)
    public class CheckCompactionConfig
    extends Object
    implements KeywordExecutable
    A command line tool that verifies that a given properties file will correctly configure compaction services. This tool takes, as input, a local path to a properties file containing the properties used to configure compaction services. The file is parsed and the user is presented with output detailing which (if any) compaction services would be created from the given properties, or an error describing why the given properties are incorrect.