You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/12/08 00:32:12 UTC

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

     [ https://issues.apache.org/jira/browse/ACCUMULO-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser updated ACCUMULO-3390:
---------------------------------
    Labels: newbie  (was: )

> 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
>              Labels: newbie
>
> 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)