Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-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 27FD711BFA for ; Tue, 23 Sep 2014 02:15:21 +0000 (UTC) Received: (qmail 46234 invoked by uid 500); 23 Sep 2014 02:15:20 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 46148 invoked by uid 500); 23 Sep 2014 02:15:20 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 46136 invoked by uid 99); 23 Sep 2014 02:15:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 02:15:20 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of srikanth235@gmail.com designates 209.85.212.181 as permitted sender) Received: from [209.85.212.181] (HELO mail-wi0-f181.google.com) (209.85.212.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 02:14:52 +0000 Received: by mail-wi0-f181.google.com with SMTP id z2so4147207wiv.2 for ; Mon, 22 Sep 2014 19:14:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Qn11PmT6JYA/AIR5/QaNydvvVS4tMCxbTsKvRyP8uq8=; b=nq/VbqGPdpvP1x9dr/U3lDGRIP84e9FZL6xXqmvXnFbnTjwth0EpzRKTyFVeN/N8w7 ec/xVztFhhaUrrhXa12R8a+B36UwbwCjcp+Wb/ESMtHDE+Z+6HECTpo0OVnpOYm84g6w OOe7VQHjt5iRfu1tqyFd8/jdCb1WiGld0Ku1bPpwZ9fbH/VO5i03W9WVsBQ1AxEyTP4x l3D9MZJV7/rwrBTNmFnrf09xjMTyN8iiDI6KicOF35cG1goVfhMuBVm2WbanF0nmygdW g9+wBNJiXIdTHywaRdoTC7bGONGSQAStPJnkDbK357bG8nrBRIu7MiqMMXs70Kf46hg2 Kmhg== X-Received: by 10.180.36.244 with SMTP id t20mr19426879wij.73.1411438491804; Mon, 22 Sep 2014 19:14:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.14.163 with HTTP; Mon, 22 Sep 2014 19:14:31 -0700 (PDT) In-Reply-To: References: From: Srikanth Srungarapu Date: Mon, 22 Sep 2014 19:14:31 -0700 Message-ID: Subject: Re: regarding scan output from SASL enabled cluster. To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=e89a8f646733ed2b870503b22134 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f646733ed2b870503b22134 Content-Type: text/plain; charset=UTF-8 The commit on the tip of the branch is "commit ac29019563c937c0a33ea1620096b91fe50cd7a2 Author: Andrew Purtell Date: Tue Sep 16 13:55:14 2014 -0700 HBASE-11994 PutCombiner floods the M/R log with repeated log messages (Aditya Kishore)" On Mon, Sep 22, 2014 at 6:37 PM, Ted Yu wrote: > Are you using the tip of 0.98 branch ? > > Thanks > > On Mon, Sep 22, 2014 at 6:26 PM, Srikanth Srungarapu < > srikanth235@gmail.com> > wrote: > > > Hi Folks, > > When I'm try to connect to SASL cluster from a separate shell client, and > > issuing read/scan command, the client is receving 0 rows (using 0.98 > > branch), whereas the put command is throwing AccessDenied exception. I > was > > under the impression that client should be receving "AccessDenied" > > exception even for the read operations. Is this intended behavior? > > Thanks, > > Srikanth. > > > --e89a8f646733ed2b870503b22134--