You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "David Medinets (JIRA)" <ji...@apache.org> on 2014/12/07 23:19:12 UTC

[jira] [Created] (ACCUMULO-3390) Allow MiniAccumuloCluster to start Monitor.

David Medinets created ACCUMULO-3390:
----------------------------------------

             Summary: Allow MiniAccumuloCluster to start Monitor.
                 Key: ACCUMULO-3390
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3390
             Project: Accumulo
          Issue Type: Improvement
    Affects Versions: 1.6.1
            Reporter: David Medinets
            Priority: Minor


The MiniAccumuloCluster class does not provide a way to get to the MiniAccumuloClusterImpl object in order to start a Monitor thread. Perhaps just adding the following would be enough?

{noformat}
public void startMonitor() {
    impl..exec(Monitor.class);
}
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)