Return-Path: X-Original-To: apmail-accumulo-user-archive@www.apache.org Delivered-To: apmail-accumulo-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D48D1905F for ; Fri, 22 Feb 2013 15:14:35 +0000 (UTC) Received: (qmail 23505 invoked by uid 500); 22 Feb 2013 15:14:35 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 23263 invoked by uid 500); 22 Feb 2013 15:14:31 -0000 Mailing-List: contact user-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@accumulo.apache.org Delivered-To: mailing list user@accumulo.apache.org Received: (qmail 23237 invoked by uid 99); 22 Feb 2013 15:14:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 15:14:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.97.132.207] (HELO homiemail-a13.g.dreamhost.com) (208.97.132.207) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Feb 2013 15:14:24 +0000 Received: from homiemail-a13.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a13.g.dreamhost.com (Postfix) with ESMTP id 5804F33407F for ; Fri, 22 Feb 2013 07:14:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=kickflop.net; h=message-id :date:from:mime-version:to:subject:content-type: content-transfer-encoding; s=kickflop.net; bh=tQggarNehcpCNKo4BD hDy/dhIhQ=; b=FQyjB0r6EuYY5jal8M8xfD34/m9wAlfQYLRcT+VDTr/cnh2rtF RjgGfL9gsC6f6xENm3EjJuHMjmBCX9i3pCnEbuAM04jJEDN8ClxNZ+dFY7GQxYjI us6h3gGjnw9LR0VUNXMhT4gSOg+qK+2j9q+X9jJ6+a9VotU/ob4Hl2G60= Received: from [192.168.1.6] (pool-173-65-191-45.tampfl.fios.verizon.net [173.65.191.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jblaine@kickflop.net) by homiemail-a13.g.dreamhost.com (Postfix) with ESMTPSA id 22EE5334078 for ; Fri, 22 Feb 2013 07:14:04 -0800 (PST) Message-ID: <51278B3B.3050607@kickflop.net> Date: Fri, 22 Feb 2013 10:14:03 -0500 From: Jeff Blaine User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: user@accumulo.apache.org Subject: Automation of 'init' Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Is there any way to automate 'accumulo init'? As it is now, we have fully automated standing up Hadoop and HBase. Requiring a human to interactively type a command in order to get finished Accumulo installation is a major roadblock to automation via configuration management tools such as Chef, CFEngine, or Puppet.