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 64ABAEAB6 for ; Sat, 2 Feb 2013 04:50:46 +0000 (UTC) Received: (qmail 28592 invoked by uid 500); 2 Feb 2013 04:50:45 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 28379 invoked by uid 500); 2 Feb 2013 04:50:44 -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 28335 invoked by uid 99); 2 Feb 2013 04:50:42 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Feb 2013 04:50:42 +0000 Received: from localhost (HELO mail-ia0-f179.google.com) (127.0.0.1) (smtp-auth username vines, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Feb 2013 04:50:42 +0000 Received: by mail-ia0-f179.google.com with SMTP id x24so6186657iak.38 for ; Fri, 01 Feb 2013 20:50:41 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.42.33.196 with SMTP id j4mr10989029icd.4.1359780641283; Fri, 01 Feb 2013 20:50:41 -0800 (PST) Reply-To: vines@apache.org Received: by 10.64.60.131 with HTTP; Fri, 1 Feb 2013 20:50:41 -0800 (PST) Received: by 10.64.60.131 with HTTP; Fri, 1 Feb 2013 20:50:41 -0800 (PST) In-Reply-To: References: Date: Fri, 1 Feb 2013 23:50:41 -0500 Message-ID: Subject: Re: Change in 'accumulo init' behavior From: John Vines To: Accumulo Dev List Content-Type: multipart/alternative; boundary=14dae9d7bff4189ee304d4b69a81 --14dae9d7bff4189ee304d4b69a81 Content-Type: text/plain; charset=ISO-8859-1 Yes, this has changed in trunk to support the pluggable authentication schemes. Sent from my phone, please pardon the typos and brevity. On Feb 1, 2013 11:36 PM, "David Medinets" wrote: > The following command used to work: > > su accumulo -c "/usr/local/accumulo/bin/accumulo init > --clear-instance-name --instance-name instance --password secret" > > but now it is asking for a name: > > Enter name for initial root user ( root): > > I can easily update my script to use --username but wanted to point > out this behaviour change. > --14dae9d7bff4189ee304d4b69a81--