| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
28 (0.09s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: increment-related bug Was: HBASE-7114 Increment does not extend Mutation but probably should - HBase - [mail # user]
|
|
...Hi, We ran the QA test again, this time with INFO message on at the client side (HTable). We saw many retry attempts which failed on RPC timeouts (we use the default of 60 seconds). &n...
|
|
|
Author: Mesika, Asaf,
2013-01-30, 17:25
|
|
|
Getting the scan type at preCompact - HBase - [mail # user]
|
|
...Hi, In the RegionObserver.preCompactScannerOpen() method, one of the parameters is scanType which enables me to know if the compaction is major or minor. In the preCompact() method I d...
|
|
|
Author: Mesika, Asaf,
2013-01-29, 13:23
|
|
|
Adding Custom Coprocessor metrics to HBase JMX Metrics - HBase - [mail # user]
|
|
...Hi, I wrote a RegionObserver. I'm collecting very important metrics in that observer and I would like to expose them in the JMX Server HBase is using. Is there a way to do that? ...
|
|
|
Author: Mesika, Asaf,
2013-01-29, 12:19
|
|
|
WARN CleanerChore - Error while cleaning the logs - HBase - [mail # user]
|
|
...Hi, Recently after upgrading to 0.94.3, my unit test which is using HBase mini cluster keeps throwing this warning. Why does it want to delete a table folder? Can someone elabora...
|
|
|
Author: Mesika, Asaf,
2013-01-29, 07:27
|
|
|
0.94.3 in Central (Maven) - HBase - [mail # user]
|
|
...Hi, I'm looking for a Maven repository that hosts latest HBase version. I see that central (http://mvnrepository.com/artifact/org.apache.hbase/hbase) only hosts 0.94.1 and not 0....
|
|
|
Author: Mesika, Asaf,
2012-12-31, 06:04
|
|
|
Re: HBase 0.94 security configurations - HBase - [mail # user]
|
|
...I suggest you use a Maven project. I can copy-paste a small pom.xml for you to get you started. It will solve all of those missing JARS you have. Just make sure to install M2Eclipse pl...
|
|
|
Author: Mesika, Asaf,
2012-12-18, 20:33
|
|
|
Re: HBaseClient.call() hang - HBase - [mail # user]
|
|
...One thing I don't get: If the RS went down, then the RPC connection should have been reset, thus causing the client to interrupt, right? It shouldn't be a matter of timeout at all. On ...
|
|
|
Author: Mesika, Asaf,
2012-12-18, 20:27
|
|
|
Re: Checking if a coprocessor was loaded successfully from client - HBase - [mail # user]
|
|
...What do you mean by "have to think"? Where in the HBase codebase have you seen that? On Dec 10, 2012, at 10:12 AM, Azury wrote: ...
|
|
|
Author: Mesika, Asaf,
2012-12-10, 13:12
|
|
|
Re: Checking if a coprocessor was loaded successfully from client - HBase - [mail # user]
|
|
...I guess I'm missing something in the sequence of actions here: 1. I'm disabling the table. This action is synchronous. 2. I'm running the method hBaseAdmin.modifyTable(), which is *asy...
|
|
|
Author: Mesika, Asaf,
2012-12-10, 13:11
|
|
|
Re: Using HBaseAdmin.getAlterStatus - HBase - [mail # user]
|
|
...Yeah, I forgot to mention that important bit: the pair returned is always 0 on the firstKey and never changes. So if I understand you correctly, I need to use get AlterStatus between t...
|
|
|
Author: Mesika, Asaf,
2012-12-09, 21:02
|
|
|
|