Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5E971D6B8 for ; Mon, 1 Oct 2012 04:25:52 +0000 (UTC) Received: (qmail 17719 invoked by uid 500); 1 Oct 2012 04:25:52 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 17642 invoked by uid 500); 1 Oct 2012 04:25:51 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 17603 invoked by uid 99); 1 Oct 2012 04:25:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2012 04:25:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ctubbsii@gmail.com designates 209.85.223.169 as permitted sender) Received: from [209.85.223.169] (HELO mail-ie0-f169.google.com) (209.85.223.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Oct 2012 04:25:42 +0000 Received: by ied10 with SMTP id 10so12623876ied.0 for ; Sun, 30 Sep 2012 21:25:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Savnm5cC1NjSlqXtAfJAJqSYsX/Xs2rm6uqv5wsgCyk=; b=mIW7ls23IiJXUC40u+PlCRBgLeOf6WFQLaj7cg4GjTc5L2mVnxw9r+JdwGd/fUX/st 7XI3nq54zQBeWjgwCAsrJFe5bQPuIi1adMcvqQ9eUX31QT02g4KhlMKIkf/R2Egn4IYz UCf0hKpaMHddsD0m5iv3hp1dmjsr0KGf+v5JAZISC4n73Qg58BBDedZmbSlhtQL2fUyN 9atKk0Y4gYxLIv2k1rHXvT3dYOMRUK5oGkPco9VqpoIANZAOGIZNT5odOF9G35cOErhO SCc7bSSYyIR15vsQPwHI7OAnMrdB5uOQD4Sc0A9pew2giT1rvrkeEVy43YEakHvYV6et tZwg== MIME-Version: 1.0 Received: by 10.50.10.131 with SMTP id i3mr4619245igb.10.1349065521569; Sun, 30 Sep 2012 21:25:21 -0700 (PDT) Received: by 10.64.61.70 with HTTP; Sun, 30 Sep 2012 21:25:21 -0700 (PDT) In-Reply-To: References: Date: Mon, 1 Oct 2012 00:25:21 -0400 Message-ID: Subject: Re: A discussion on scripts From: Christopher Tubbs To: dev@accumulo.apache.org Content-Type: text/plain; charset=ISO-8859-1 It sounds reasonable to me to support an hdfs:// URI for the config file. I was already thinking about adding support for a config file that could specify extra libs in HDFS (for iterators, etc.), to support ACCUMULO-708. On Sun, Sep 30, 2012 at 9:38 PM, Kristopher Kane wrote: >>> /usr/bin/accumulo-tserver --config=/etc/accumulo/tserver.conf >>> /usr/bin/accumulo-master --config=/etc/accumulo/master.conf >>> >>> and for the shell >>> /usr/bin/accumulo --config=~/.accumulo/config > > In addition, what about a hook into HDFS for calling configurations > from a shared workspace? --config could parse a protocol or assume > local if not in protocol format. > > -Kris