Jim Klucar created ACCUMULO-4105:
------------------------------------
Summary: MiniAccumuloClusterConfigImpl doesn't implement
MiniAccumuloClusterConfig
Key: ACCUMULO-4105
URL: https://issues.apache.org/jira/browse/ACCUMULO-4105
Project: Accumulo
Issue Type: Bug
Components: mini
Affects Versions: 1.8.0
Reporter: Jim Klucar
Priority: Minor
Fix For: 2.0.0
I was launching MiniAccumuloCluster and needed to add a jar to the classpath.
MiniAccumuloClusterConfigImpl has a method setClasspathItems(String ...) that I
used for this purpose. Unfortunately since MiniAccumuloClusterConfigImpl
doesn't declare that it implements MiniAccumuloClusterConfig, I had to use
MiniAccumuloClusterImpl instead of MiniAccumuloCluster. Not sure what the right
solution is here. At the end of the day, explicitly adding things to the
classpath is the feature I needed. It was there, but not in the public API.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)