Return-Path: X-Original-To: apmail-incubator-accumulo-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5F32BBF1B for ; Fri, 6 Jan 2012 18:01:29 +0000 (UTC) Received: (qmail 38987 invoked by uid 500); 6 Jan 2012 18:01:29 -0000 Delivered-To: apmail-incubator-accumulo-user-archive@incubator.apache.org Received: (qmail 38905 invoked by uid 500); 6 Jan 2012 18:01:28 -0000 Mailing-List: contact accumulo-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-user@incubator.apache.org Delivered-To: mailing list accumulo-user@incubator.apache.org Received: (qmail 38893 invoked by uid 99); 6 Jan 2012 18:01:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 18:01:28 +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: local policy) Received: from [206.112.75.239] (HELO iron-e-outbound.osis.gov) (206.112.75.239) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 18:01:20 +0000 X-IronPort-AV: E=Sophos;i="4.71,469,1320642000"; d="scan'208";a="93590696" Received: from netmgmt.ext.intelink.gov (HELO ww4.ugov.gov) ([172.16.11.235]) by iron-e-outbound.osis.gov with ESMTP; 06 Jan 2012 13:00:43 -0500 Date: Fri, 6 Jan 2012 18:00:59 +0000 (GMT+00:00) From: Billie J Rinaldi To: accumulo-user@incubator.apache.org Message-ID: <1288614132.164595.1325872859514.JavaMail.root@linzimmb04o.imo.intelink.gov> In-Reply-To: Subject: Re: Authorizations vs Column Visibility in FileCount example MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.2.188.66] X-Mailer: Zimbra 6.0.7_GA_2476.RHEL4 (ZimbraWebClient - FF3.0 (Mac)/6.0.7_GA_2473.RHEL5_64) X-Virus-Checked: Checked by ClamAV on apache.org On Thursday, January 5, 2012 5:17:56 PM, "David Medinets" wrote: > README.dirlist has the following command line: > > ./bin/accumulo org.apache.accumulo.examples.dirlist.FileCount instance > zookeepers username password dirTable exampleVis exampleVis > > The last two parameters are Authorizations and ColumnVisibility. The > README file should probably mention this. Also I feel that a short > discussion of these two concepts would not be out of place inside this > README file. I'd especially like to have the example extended (or > replaced) so that the two values are different to allow new users > (like me!) to more easily understand how the two concepts interact > with each other. > > My understanding is that ColumnVisibility is associated with the data. > While Authorization is associated with the user. The discussion could > be as short as that. It would just act as a reminder to the reader. > > Upon furher reflection, perhaps a README.security makes sense so that > concrete examples of these concepts can be given. Then the > README.dirlist can point to the README.security. > > I'm looking at the README files in alphabetic order. I think this is > the first time that both Authorizations and ColumnVisibility are used > on one command line. Good idea. I created ACCUMULO-280. I think I'll go with README.visibility. Billie