Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-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 0BB4F115B4 for ; Tue, 9 Sep 2014 14:40:14 +0000 (UTC) Received: (qmail 9917 invoked by uid 500); 9 Sep 2014 14:40:11 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 9846 invoked by uid 500); 9 Sep 2014 14:40:11 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 9833 invoked by uid 99); 9 Sep 2014 14:40:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2014 14:40:10 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yuzhihong@gmail.com designates 209.85.213.47 as permitted sender) Received: from [209.85.213.47] (HELO mail-yh0-f47.google.com) (209.85.213.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2014 14:40:06 +0000 Received: by mail-yh0-f47.google.com with SMTP id f10so427212yha.34 for ; Tue, 09 Sep 2014 07:39:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=zJU+sDBUX1Ryxb361E8EGO5EKQ0DssG5HC/UKwGu4ME=; b=L7fRC14hn3A1EYq2GnYIsl6d8Ls7reG/iuWv4vS7lBqj+IaVC0oUq6+7K7UlpkZl4z cnxTgcfrhQLah41HN2hNtE4O1d+IPhHBOXuiFwfzyXWS+N3zpn3mrK0X4+rWisHqXa09 +vTAuiqAGUwWROrqgT7UT3z6Cq/W14Ch4cCQ/RdqNiZFsCqtS/cUCBid/+DW/g5ajXga pI+BkvaXZdKR6JMgR0sPxwTuxpwiE3Gx2vW9FjBXjzAOZOt4dZLQJd4ERE1XhQd+Ew22 oUUgXnCxZ/F0WQkPFYFkaU0/Ehn7sGZpMYAEO/7giEO/bimHxuHJ9tiyfsz3ETlbq8C1 tTJA== MIME-Version: 1.0 X-Received: by 10.236.114.131 with SMTP id c3mr53359301yhh.56.1410273585723; Tue, 09 Sep 2014 07:39:45 -0700 (PDT) Received: by 10.170.136.14 with HTTP; Tue, 9 Sep 2014 07:39:45 -0700 (PDT) In-Reply-To: References: Date: Tue, 9 Sep 2014 07:39:45 -0700 Message-ID: Subject: Re: Deploy filter on per table baiss From: Ted Yu To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=20cf303ea83a1cff180502a2e891 X-Virus-Checked: Checked by ClamAV on apache.org --20cf303ea83a1cff180502a2e891 Content-Type: text/plain; charset=UTF-8 Please take a look at HBASE-1936 Cheers On Mon, Sep 8, 2014 at 11:26 PM, Jianshi Huang wrote: > Hi, > > According to the HBAse definitive guide, I need to change to change > hbase-env.sh and put my jars in hbase's classpath, then I also need to > restart hbase daemon to make my customized filters effective. > > In the Coprocessor loading section, it also mentioned that coprocessor can > be setup and loaded on per table basis. > > So is it also possible for filter? The main problem is that I don't have > HBase admin permissions to do the change. > > > -- > Jianshi Huang > > LinkedIn: jianshi > Twitter: @jshuang > Github & Blog: http://huangjs.github.com/ > --20cf303ea83a1cff180502a2e891--