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 294F0DBA5 for ; Fri, 2 Nov 2012 04:07:19 +0000 (UTC) Received: (qmail 86423 invoked by uid 500); 2 Nov 2012 04:07:17 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 86240 invoked by uid 500); 2 Nov 2012 04:07:16 -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 86220 invoked by uid 99); 2 Nov 2012 04:07:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2012 04:07:16 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anoopsj@huawei.com designates 119.145.14.64 as permitted sender) Received: from [119.145.14.64] (HELO szxga01-in.huawei.com) (119.145.14.64) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2012 04:07:09 +0000 Received: from 172.24.2.119 (EHLO szxeml214-edg.china.huawei.com) ([172.24.2.119]) by szxrg01-dlp.huawei.com (MOS 4.3.4-GA FastPath queued) with ESMTP id ARR03557; Fri, 02 Nov 2012 12:06:48 +0800 (CST) Received: from SZXEML430-HUB.china.huawei.com (10.72.61.38) by szxeml214-edg.china.huawei.com (172.24.2.29) with Microsoft SMTP Server (TLS) id 14.1.323.3; Fri, 2 Nov 2012 12:06:19 +0800 Received: from SZXEML531-MBX.china.huawei.com ([fe80::61a8:2cb5:62f9:d4a4]) by szxeml430-hub.china.huawei.com ([10.72.61.38]) with mapi id 14.01.0323.003; Fri, 2 Nov 2012 12:06:13 +0800 From: Anoop Sam John To: "user@hbase.apache.org" Subject: RE: Filters for hbase scans require reboot. Thread-Topic: Filters for hbase scans require reboot. Thread-Index: AQHNuHcKR0GBTncLNEy8c4dXoxzdr5fV7Xqc Date: Fri, 2 Nov 2012 04:06:12 +0000 Message-ID: <0CE69E9126D0344088798A3B7F7F80863A4F4AB5@szxeml531-mbx.china.huawei.com> References: In-Reply-To: Accept-Language: en-US, zh-CN Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.18.96.95] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Virus-Checked: Checked by ClamAV on apache.org Yes Jonathan as of now we need a reboot.. Take a look at HBASE-1936. This = is not completed. You can give your thoughts there and have a look at the p= atch/discussion... -Anoop- ________________________________________ From: Jonathan Bishop [jbishop.rwc@gmail.com] Sent: Friday, November 02, 2012 2:52 AM To: user@hbase.apache.org Subject: Filters for hbase scans require reboot. Hi, I am developing a filter to be used in a scan for hbase, and I find that I need to... 1) make sure HBASE_CLASSPATH points to a jar or bin with my filter 2) reboot hbase (stop-hbase.sh, start-hbase.sh) Otherwise, it seems hbase does not pick up my changes to my filter. Is there an easier way to do this? Thanks, Jon=