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

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

Eric Newton created ACCUMULO-1391:
-------------------------------------

             Summary: 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