You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2014/04/25 19:49:18 UTC

[jira] [Resolved] (ACCUMULO-1391) Create a MACConfig object to make tweaking the MAC easier

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

Christopher Tubbs resolved ACCUMULO-1391.
-----------------------------------------

    Resolution: Fixed

> Create a MACConfig object to make tweaking the MAC easier
> ---------------------------------------------------------
>
>                 Key: ACCUMULO-1391
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1391
>             Project: Accumulo
>          Issue Type: Sub-task
>          Components: test
>            Reporter: Eric Newton
>            Assignee: Eric Newton
>            Priority: Minor
>             Fix For: 1.6.0
>
>
> I would like to configure MiniAccumuloCluster with a configuration class.  Something like:
> {noformat}
>   MACConfig cfg = new MACConfig();
>   cfg.tservers(1);
>   cfg.tracers(1);
>   cfg.config(TSERV_MAXMEM, "1G");
>   MiniAccumuloCluster mac = cfg.create();
>   Connector c = mac.getConnector();
>   c.createtable("foo");
>   mac.getTServers().get(0).stop();
>   mac.createTServer();
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)