|
|
-
Filters for hbase scans require reboot.
Jonathan Bishop 2012-11-01, 21:22
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
+
Jonathan Bishop 2012-11-01, 21:22
-
RE: Filters for hbase scans require reboot.
Anoop Sam John 2012-11-02, 04:06
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 patch/discussion...
-Anoop- ________________________________________ From: Jonathan Bishop [[EMAIL PROTECTED]] Sent: Friday, November 02, 2012 2:52 AM To: [EMAIL PROTECTED] 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
+
Anoop Sam John 2012-11-02, 04:06
-
Re: Filters for hbase scans require reboot.
Jonathan Bishop 2012-11-02, 05:57
OK. On Thu, Nov 1, 2012 at 9:06 PM, Anoop Sam John <[EMAIL PROTECTED]> wrote:
> > 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 > patch/discussion... > > -Anoop- > ________________________________________ > From: Jonathan Bishop [[EMAIL PROTECTED]] > Sent: Friday, November 02, 2012 2:52 AM > To: [EMAIL PROTECTED] > 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 >
+
Jonathan Bishop 2012-11-02, 05:57
|
|