Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 84CF1F4DF for ; Fri, 25 Apr 2014 17:49:34 +0000 (UTC) Received: (qmail 54249 invoked by uid 500); 25 Apr 2014 17:49:23 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 54167 invoked by uid 500); 25 Apr 2014 17:49:21 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 54108 invoked by uid 99); 25 Apr 2014 17:49:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Apr 2014 17:49:18 +0000 Date: Fri, 25 Apr 2014 17:49:18 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-1391) Create a MACConfig object to make tweaking the MAC easier MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)