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 9A40311704 for ; Fri, 28 Mar 2014 19:41:35 +0000 (UTC) Received: (qmail 28100 invoked by uid 500); 28 Mar 2014 19:41:17 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 28006 invoked by uid 500); 28 Mar 2014 19:41:16 -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 27992 invoked by uid 99); 28 Mar 2014 19:41:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2014 19:41:15 +0000 Date: Fri, 28 Mar 2014 19:41:15 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-1635) Support external configuration in client API 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-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated ACCUMULO-1635: ---------------------------------------- Issue Type: Sub-task (was: Bug) Parent: ACCUMULO-2589 > Support external configuration in client API > -------------------------------------------- > > Key: ACCUMULO-1635 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1635 > Project: Accumulo > Issue Type: Sub-task > Reporter: Keith Turner > Fix For: 1.7.0 > > > Currently things like timeout, batch writer max mem, etc are only configurable in the API by making method calls. It would be nice if a user could pass a config file to the connector that provides default configutations for things like timeout, batch writer max memory, etc. > Since Accumulo is used on a cluster, in addition to a config file, supporting configuration profiles in zookeeper would also be nice. For example I can tell my application to use configuration profile X in zookeeper. If I do not specify a batch writer max mem, then it will look in the configuration profile in zookeeper. -- This message was sent by Atlassian JIRA (v6.2#6252)