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 DBAA8C4C6 for ; Wed, 17 Dec 2014 15:32:33 +0000 (UTC) Received: (qmail 26131 invoked by uid 500); 17 Dec 2014 15:32:33 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 26078 invoked by uid 500); 17 Dec 2014 15:32:33 -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 26061 invoked by uid 99); 17 Dec 2014 15:32:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 15:32:32 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of josh.elser@gmail.com designates 209.85.216.176 as permitted sender) Received: from [209.85.216.176] (HELO mail-qc0-f176.google.com) (209.85.216.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2014 15:32:26 +0000 Received: by mail-qc0-f176.google.com with SMTP id i17so12053296qcy.7 for ; Wed, 17 Dec 2014 07:31:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=33udqNH4odbXaw5Yb53p8q/iZi7q/vF0NiUdmJVi3bM=; b=CTlkB4zO1vlY3oQ9cSAAl1YHIErRTxUCHSJxz+rvAo63OfCWPEYSlUVsQtAlzSIGUR iQ8nOqgzNVVpyAn6tReKwOmxAo/TilaRnvIrvyrHDpTft+pEukp5/Nq0Qr9mLmGS4br5 edtlDQTplhwk5kLZBjC1HTBXrKyae1AnBClsMnLk2C3CMUZN0GtHYxxeWt5Z51L+xq6F g0k+f6MkdZMgsJ9VHWJGfimUr/vbd6zCxVXPkBSs6szUdR/OZgHPkHI0lNz6JMotII82 TtwhayAE6DCNMONoLffdIpuUp8cLNevgCFstT9uB9DQTg8WZzyAeqUTF+yfgLNqcX62W GkFA== X-Received: by 10.224.129.132 with SMTP id o4mr34990717qas.66.1418830280734; Wed, 17 Dec 2014 07:31:20 -0800 (PST) Received: from HW10447.local (pool-71-166-48-231.bltmmd.fios.verizon.net. [71.166.48.231]) by mx.google.com with ESMTPSA id b109sm4122570qgf.40.2014.12.17.07.31.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 17 Dec 2014 07:31:20 -0800 (PST) Message-ID: <5491A1C6.1060006@gmail.com> Date: Wed, 17 Dec 2014 10:31:18 -0500 From: Josh Elser User-Agent: Postbox 3.0.11 (Macintosh/20140602) MIME-Version: 1.0 To: dev@accumulo.apache.org Subject: Re: setauths -s Save only the new =?GB2312?B?cGVybWlzc2lvbnOjvw==?= References: <201412171525149859253@163.com> In-Reply-To: <201412171525149859253@163.com> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Yes, presently that is how setauths works and there is no way to append new authorizations to an existing set. I'll open a ticket about introducing a '-a' option to append new authorizations, but that will be subject to race conditions which might be of concern. panqingcui@163.com wrote: > HI, I'm try use setauths -s command,only save the new permissions? > > > ------------------------------------------------------------------------ > panqingcui@163.com