| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
78 (0.091s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: How to prevent major compaction when doing bulk load provisioning? - HBase - [mail # user]
|
|
...Did you try pre-splitting your table before bulk loading ? On Thu, Mar 21, 2013 at 3:29 PM, Nicolas Seyvet wrote: ...
|
|
|
Author: Amit Sela,
2013-03-21, 16:47
|
|
|
Re: HBase type support - HBase - [mail # user]
|
|
...Regarding HBase 7941 - client API support.. In the past year I wrote a lot of client code for HBase and which led to writing a helper class for my specific needs, and since it was brou...
|
|
|
Author: Amit Sela,
2013-03-17, 17:32
|
|
|
Re: Batch returned value and exception handling. - HBase - [mail # user]
|
|
...Oh, got it. Thanks a lot!!! On Thu, Mar 14, 2013 at 8:55 PM, Jean-Marc Spaggiari wrote: ...
|
|
|
Author: Amit Sela,
2013-03-14, 19:11
|
|
|
Re: Batch returned value and exception handling. - HBase - [mail # user]
|
|
...I did look at HConnectionManager and that is the reason I expected the scenario you just described but running the test I ran from the development environment (IntelliJ IDEA) I did not get a...
|
|
|
Author: Amit Sela,
2013-03-14, 18:34
|
|
|
Batch returned value and exception handling. - HBase - [mail # user]
|
|
...Hi all, I did some testing with HTableInterface#batch() for batching Increments and I was wondering about the returned value Object[]. As I understand (or would expect), the retu...
|
|
|
Author: Amit Sela,
2013-03-14, 17:35
|
|
|
Re: Regarding HBase-3398 - HBase - [mail # user]
|
|
...I'm using 0.94.2 - but I came across this issue while googling and the resolve note of 1 max versions looked a bit odd to me since I recall that counters use versions for example when a time...
|
|
|
Author: Amit Sela,
2013-03-13, 23:18
|
|
|
Regarding HBase-3398 - HBase - [mail # user]
|
|
...Hi all, I have a question about an issue regarding counters increment versions in HBase: I see this issue (HBase-3398) was resolved as "Not A Problem" with a release note of: "maxversi...
|
|
|
Author: Amit Sela,
2013-03-13, 21:21
|
|
|
Re: Co-Processor in scanning the HBase's Table - HBase - [mail # user]
|
|
...I think that if your intention is to do some kind of scan filtering on the server side then maybe an EndPoint coprocessor would be more fitting. You can iterate over the InternalScanner and ...
|
|
|
Author: Amit Sela,
2013-02-21, 17:28
|
|
|
Re: Co-Processor in scanning the HBase's Table - HBase - [mail # user]
|
|
...Yes... that was emailing half asleep... :) On Mon, Feb 18, 2013 at 7:23 AM, Anoop Sam John wrote: ...
|
|
|
Author: Amit Sela,
2013-02-18, 08:30
|
|
|
Re: Co-Processor in scanning the HBase's Table - HBase - [mail # user]
|
|
...You can use a postScan() region observer as a trigger to run your code or use endpoint that you (your code) will have to call after the scan. Try this link https://blogs.apache.org/hba...
|
|
|
Author: Amit Sela,
2013-02-17, 19:47
|
|
|
|