| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
43 (0.262s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Tables & rows disappear - HBase - [mail # user]
|
|
...Stack - Any thoughts on this? On Mon, Jan 31, 2011 at 6:27 PM, Something Something wrote: ...
|
|
|
Author: Something Something,
2011-02-02, 19:51
|
|
|
Re: Tables & rows disappear - HBase - [mail # user]
|
|
...1) Version numbers: hadoop-0.20.2 hbase-0.20.6 2) autoFlush to 'true' works, but wouldn't that slow down the insertion process? 3) Here's how I had set i...
|
|
|
Author: Something Something,
2011-02-01, 02:27
|
|
|
Tables & rows disappear - HBase - [mail # user]
|
|
...Apologies for my dumbness. I know it's some property that I am not setting correctly. But every time I stop & start HBase & Hadoop I either lose all my tables or loose rows on ta...
|
|
|
Author: Something Something,
2011-01-29, 01:37
|
|
|
Re: Bytes.toString(value)) returns empty string - HBase - [mail # user]
|
|
...Sorry. Dumb user error. Thanks JD for replying. It's good to know that the length is what I should look for in the future. On Fri, Jan 21, 2011 at 10:49 AM, Jean-Daniel Cry...
|
|
|
Author: Something Something,
2011-01-22, 02:17
|
|
|
Bytes.toString(value)) returns empty string - HBase - [mail # user]
|
|
...I have a column that looks like this under hbase shell: column=Request:placement, timestamp=1295593730949, value=specific.ea.tracking.promo.deadspace2 In my code I have somethin...
|
|
|
Author: Something Something,
2011-01-21, 07:52
|
|
|
Re: Couple of HBase related issues... - HBase - [mail # user]
|
|
...Sounds like #1 is not HBase issue, but HBql issue. http://www.hbql.com/xref/org/apache/hadoop/hbase/hbql/impl/MappingManager.html May be this method should be synchronized:  ...
|
|
|
Author: Something Something,
2010-04-12, 22:59
|
|
|
Couple of HBase related issues... - HBase - [mail # user]
|
|
...I run into the following two issues related to HBase all the time, and therefore am wondering if there are any permanent fixes for these: 1) When I start Hadoop & HBase for the first t...
|
|
|
Author: Something Something,
2010-04-12, 21:20
|
|
|
Re: setNumReduceTasks(1) - HBase - [mail # user]
|
|
...It is the latter, not the former. Yes, but approximation is not allowed in this case. Not sure how splitting in 2 jobs would help but let me think more about it. Thanks for...
|
|
|
Author: Something Something,
2010-01-30, 16:59
|
|
|
Re: setNumReduceTasks(1) - HBase - [mail # user]
|
|
...N could be up to 1000, and output from Map job could be about 5 Million. We only want the top 1000 because rest of it could be just noise. Thanks for your help. On Fri, Jan...
|
|
|
Author: Something Something,
2010-01-30, 02:32
|
|
|
Re: Reading table sequentially... - HBase - [mail # user]
|
|
...Thanks for the explanation. So as per the link you provided the list() method would return a sorted list, correct? About the 2nd point, I am using result.getFamilyMap() which ret...
|
|
|
Author: Something Something,
2010-01-13, 05:32
|
|
|
|