Re: Custom filter appears to just hang

2019-09-17 Thread Jean-Marc Spaggiari
Maybe you can try to surround all your methods with giant try/catch statements and log what ever you might get? Might help to catch an exception that is drop somewhere? Le mar. 17 sept. 2019 à 06:24, Mike Thomsen a écrit : > Do you know of any third party filters that are posted somewhere where

Re: Custom filter appears to just hang

2019-09-17 Thread Mike Thomsen
Do you know of any third party filters that are posted somewhere where I could do that? On Mon, Sep 16, 2019 at 5:55 PM Stack wrote: > On Sun, Sep 15, 2019 at 9:35 AM Mike Thomsen > wrote: > > > So that's just it, I don't see any errors at all on either the client > side > > or the server

Re: Custom filter appears to just hang

2019-09-16 Thread Stack
On Sun, Sep 15, 2019 at 9:35 AM Mike Thomsen wrote: > So that's just it, I don't see any errors at all on either the client side > or the server side. I'm running this against HBase 2.0.5, and I didn't see > anything showing up. Granted, I'm running server in local mode with just > "bin/hbase

Re: Custom filter appears to just hang

2019-09-15 Thread Mike Thomsen
So that's just it, I don't see any errors at all on either the client side or the server side. I'm running this against HBase 2.0.5, and I didn't see anything showing up. Granted, I'm running server in local mode with just "bin/hbase master start" and letting it manage ZK and create one

Re: Custom filter appears to just hang

2019-09-13 Thread Esteban Gutierrez
Hi Mike, What errors do you see in the RegionServer or Client logs? Did you generated the Java class files for SimpleFilter from a proto file? The HBase Definitive Guide as a good example about how to write and deploy custom filters:

Custom filter appears to just hang

2019-09-13 Thread Mike Thomsen
https://gist.github.com/MikeThomsen/ed3e742d13adeb63d45ceca7a09bf176 I'm running this in standalone mode, with the jar file in the HBase lib folder. When I run the client side of it, it gets to the print statement that says Fetching and then just hangs. When I take the filter off the Get, it