You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Corey J. Nolet (JIRA)" <ji...@apache.org> on 2013/05/08 03:16:14 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13651522#comment-13651522 ] 

Corey J. Nolet commented on ACCUMULO-1391:
------------------------------------------

Is this a change to the MiniAccumuloConfig API or a completely new class altogether?
                
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira