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 911C1E1BA for ; Tue, 15 Jan 2013 17:07:36 +0000 (UTC) Received: (qmail 95000 invoked by uid 500); 15 Jan 2013 17:07:36 -0000 Delivered-To: apmail-accumulo-user-archive@accumulo.apache.org Received: (qmail 94696 invoked by uid 500); 15 Jan 2013 17:07:33 -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 94674 invoked by uid 99); 15 Jan 2013 17:07:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2013 17:07:33 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of wilhelm.von.cloud@accumulo.net does not designate 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qa0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2013 17:07:25 +0000 Received: by mail-qa0-f48.google.com with SMTP id l8so383056qaq.7 for ; Tue, 15 Jan 2013 09:07:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=4LJ5+udCLa8MkWCSsa34LsHOsXql5ERIEY7mHkg9QxQ=; b=nNVLgf01H/JXVtsZDk/SxCsAkLixSxQrEcHIgzbauO8AG7y/4v0yXdeNWky6D5nc2b t1jy8DKEIknyGiifKQ64OzVxkVPYTVCf9oBR0QTP/OwTtf89SyOX96yp2wkOklKTcuSa rS5W7RYHyTZ9bNVFfGYIoibgJEmUbLNTpIOQrowh055TFbzJxtCZIQA/DaDSeTYHAL1Z 8NyCUrtzLi1vwGDtQPrDqikibQAvYTnYRFsi56jE2Tv+zsHMQD6enAL6xrbEUvmt+w2S OYjyCaWaRyN2p1vXNaGd88q1qHC2byvCpcy6GvMhyah589qI5+zyk+0cVlCv2uNHZ+FD 9skg== MIME-Version: 1.0 Received: by 10.224.78.82 with SMTP id j18mr64772105qak.69.1358269624324; Tue, 15 Jan 2013 09:07:04 -0800 (PST) Received: by 10.229.114.143 with HTTP; Tue, 15 Jan 2013 09:07:04 -0800 (PST) X-Originating-IP: [144.51.26.95] In-Reply-To: <1358266857.85050.YahooMailNeo@web140505.mail.bf1.yahoo.com> References: <1358266857.85050.YahooMailNeo@web140505.mail.bf1.yahoo.com> Date: Tue, 15 Jan 2013 09:07:04 -0800 Message-ID: Subject: Re: scripted way to create users From: William Slacum To: user@accumulo.apache.org, Ask Stack Content-Type: multipart/alternative; boundary=20cf3074b25077922b04d356ca1c X-Gm-Message-State: ALoCoQlE9I0oAgVBE8lvDARP7VV+j8HNwAk+pLa1Adwqlx9+1mQ8CTN6JyIZhwpzSQ0BQwkyEMqQ X-Virus-Checked: Checked by ClamAV on apache.org --20cf3074b25077922b04d356ca1c Content-Type: text/plain; charset=ISO-8859-1 You could redirect input from a file. On Tue, Jan 15, 2013 at 8:20 AM, Ask Stack wrote: > Hello > I like to make an accumulo commands file to create users. Something like > "createuser hello -s low" But "createuser" command does not have an option > to provide user password. The script will stop and prompt me for the new > user password. Does anyone know how to solve this problem? > Thanks. > --20cf3074b25077922b04d356ca1c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable You could redirect input from a file.

On = Tue, Jan 15, 2013 at 8:20 AM, Ask Stack <askstack@yahoo.com> wrote:
Hello
=A0I like to make an accumulo commands file to create users. Something like= "createuser hello -s low" But "createuser" command doe= s not have an option to provide user password. The script will stop and pro= mpt me for the new user password. Does anyone know how to solve this proble= m?
Thanks.

--20cf3074b25077922b04d356ca1c--