| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
56 (3.095s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: understanding the code base, patterns, threading, etc. - HBase - [mail # dev]
|
|
...Great, I think out of all of them only like 1 of them works: http://www.hbasecon.com/tracks/development/ On Sat, Dec 1, 2012 at 10:27 PM, Jonathan Hsieh wrote: ...
|
|
|
Author: S Ahmed,
2012-12-02, 03:56
|
|
|
Re: understanding the code base, patterns, threading, etc. - HBase - [mail # dev]
|
|
...Thanks but the video link goes to a page with no video? On Sat, Dec 1, 2012 at 9:10 PM, Jonathan Hsieh wrote: ...
|
|
|
Author: S Ahmed,
2012-12-02, 02:36
|
|
|
Re: understanding the code base, patterns, threading, etc. - HBase - [mail # dev]
|
|
...It's been a while I know, but is that talk online somewhere? On Thu, May 17, 2012 at 9:44 AM, Ian Varley wrote: ...
|
|
|
Author: S Ahmed,
2012-12-02, 02:07
|
|
|
hbase lookups in file, source location - HBase - [mail # user]
|
|
...When hbase lookups a cell in a column family, how does it perform the lookup? Is there an index on the file, or is it ordered? What algorithm is used? Does it load the entire column family f...
|
|
|
Author: S Ahmed,
2012-06-06, 14:35
|
|
|
Re: how does hbase get the latest version with immutable hfiles? - HBase - [mail # user]
|
|
...Once hbase has identified the file that contains the row key, what algorithm is used? I understand that keys are ordered lexically. And are files ordered using quicksort? On Sun,...
|
|
|
Author: S Ahmed,
2012-06-04, 18:36
|
|
|
Re: how does hbase get the latest version with immutable hfiles? - HBase - [mail # user]
|
|
...Elliot, Is there a video or slides? I guess I have to register to view it? On Sat, Jun 2, 2012 at 2:18 PM, Elliott Clark wrote n t a s ....
|
|
|
Author: S Ahmed,
2012-06-03, 19:21
|
|
|
how does hbase get the latest version with immutable hfiles? - HBase - [mail # user]
|
|
...(reference: http://www.larsgeorge.com/2009/10/hbase-architecture-101-storage.html) A row consists of a key, and column families, along with a timestamp. So for example: key...
|
|
|
Author: S Ahmed,
2012-06-01, 20:27
|
|
|
Re: understanding the client code - HBase - [mail # user]
|
|
...I don't really want any, I just want to learn the internals :) So why would someone not want to use the client, for data intensive tasks like mapreduce etc. where they want direct acce...
|
|
|
Author: S Ahmed,
2012-05-29, 15:07
|
|
|
Re: understanding the client code - HBase - [mail # user]
|
|
...So how does thrift and avro fit into the picture? (I believe I saw references to that somewhere, are those alternate connection libs?) I know protobuf is just generating types fo...
|
|
|
Author: S Ahmed,
2012-05-29, 14:33
|
|
|
understanding the client code - HBase - [mail # user]
|
|
...I'm looking at the client code here: https://github.com/apache/hbase/tree/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/client Is this the high level operations, and the act...
|
|
|
Author: S Ahmed,
2012-05-29, 14:15
|
|
|
|