jmark99 opened a new issue #65:
URL: https://github.com/apache/accumulo-examples/issues/65
When run against the current Accumulo-2.1.0-SNAPSHOT, the java
sample.SampleExample class fails with the following exception:
`Exception in thread "main"
org.apache.accumulo.core.client.AccumuloException: TabletServer could not load
CompactionStrategy class
org.apache.accumulo.tserver.compaction.strategies.ConfigurableCompactionStrategy
at
org.apache.accumulo.core.clientImpl.TableOperationsImpl.ensureStrategyCanLoad(TableOperationsImpl.java:900)
at
org.apache.accumulo.core.clientImpl.TableOperationsImpl.compact(TableOperationsImpl.java:850)
at
org.apache.accumulo.examples.sample.SampleExample.main(SampleExample.java:105)`
The sample example works as expected if run step by step per directions.
This error occurs only when executing the automated java program via the
command:
`./bin/runex sample.SampleExample`
----------------------------------------------------------------
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:
[email protected]