diff --git a/conf/accumulo-testing.properties b/conf/accumulo-testing.properties index 93c32276..36f618cd 100644 --- a/conf/accumulo-testing.properties +++ b/conf/accumulo-testing.properties @@ -45,8 +45,8 @@ test.ci.common.accumulo.num.tablets=20 test.ci.common.auths= # Accumulo tserver properties to set when creating a table test.ci.common.accumulo.server.props=\ -compaction.service.cs1.planner=org.apache.accumulo.core.spi.compaction.DefaultCompactionPlanner \ -compaction.service.cs1.planner.opts.executors=\ +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}] diff --git a/pom.xml b/pom.xml index 8cb867e6..7c2a15a5 100644 --- a/pom.xml +++ b/pom.xml @@ -24,15 +24,15 @@ org.apache apache - 30 + 31 org.apache.accumulo accumulo-testing - 2.1.0-SNAPSHOT + 2.1.4-SNAPSHOT Apache Accumulo Testing Testing tools for Apache Accumulo - 3.1.0-SNAPSHOT + 2.1.4-SNAPSHOT true 11