| clear query|facets|time |
Search criteria: .
Results from 1 to 9 from
9 (2.754s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HBASE-7894] Update Filter javadoc about the use of read/write fields for multiple regions - HBase - [issue]
|
|
...Following this[1] on the mailing list, it is not obvious how hbase will use a filter's read/write fields when there are multiple regions. Javadoc should be added explaining that for ...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7894
Author: Bryan Baugher,
2013-02-21, 22:25
|
|
|
Re: Custom HBase Filter : Error in readFields - HBase - [mail # user]
|
|
...Logged this issue[1] to have the change made. [1] - https://issues.apache.org/jira/browse/HBASE-7894 On Thu, Feb 21, 2013 at 12:13 AM, lars hofhansl wrote: &...
|
|
|
Author: Bryan Baugher,
2013-02-21, 13:06
|
|
|
Re: Custom HBase Filter : Error in readFields - HBase - [mail # user]
|
|
...Ugh, yes you are correct. This fixed my issue. Thank you all for your help. On Wed, Feb 20, 2013 at 10:54 PM, lars hofhansl wrote: -Bryan...
|
|
|
Author: Bryan Baugher,
2013-02-21, 05:09
|
|
|
Re: Custom HBase Filter : Error in readFields - HBase - [mail # user]
|
|
...Sure, http://pastebin.com/jeXUqhsP On Wed, Feb 20, 2013 at 10:16 PM, Ted Yu wrote: -Bryan...
|
|
|
Author: Bryan Baugher,
2013-02-21, 04:38
|
|
|
Re: Custom HBase Filter : Error in readFields - HBase - [mail # user]
|
|
...I updated my code to use the Bytes class for serialization and added more log messages. I see this[1] now. It is able to create the filter the first time but when it gets to the second regio...
|
|
|
Author: Bryan Baugher,
2013-02-21, 03:46
|
|
|
Re: Custom HBase Filter : Error in readFields - HBase - [mail # user]
|
|
...Here[1] is the code for the filter. -Bryan [1] - http://pastebin.com/5Qjas88z how better. wrote: but am com.cerner.kepler.filters.RowRangeFilter: We java.io.DataInputStream...
|
|
|
Author: Bryan Baugher,
2013-02-21, 01:58
|
|
|
Custom HBase Filter : Error in readFields - HBase - [mail # user]
|
|
...Hi everyone, I am trying to write my own custom Filter but I have been having issues. When there is only 1 region in my table the scan works as expected but when there is more, it atte...
|
|
|
Author: Bryan Baugher,
2013-02-20, 22:05
|
|
|
[HBASE-7369] HConnectionManager should remove aborted connections - HBase - [issue]
|
|
...When an HConnection is abort()'ed (i.e. if numerous services are lost) the connection becomes unusable. HConnectionManager cache of HConnections currently does not have any logic around remo...
|
|
|
http://issues.apache.org/jira/browse/HBASE-7369
Author: Bryan Baugher,
2013-01-15, 19:40
|
|
|
Re: Recovery from cluster wide failure - HBase - [mail # user]
|
|
...I am honestly a little confused by what Igor's factory/table gets you as it only seems to be checking if the table is closed and affecting the close() logic. The way I see it there are...
|
|
|
Author: Bryan Baugher,
2012-11-30, 20:51
|
|
|
|