| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
56 (0.191s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Query a version of a column efficiently - HBase - [mail # user]
|
|
...Hi St.Ack: Let say there are 5 versions for a column A with timestamp = [0, 1, 3, 6, 10]. I want to execute an efficient query that returns one version of the column that has a timesta...
|
|
|
Author: Jerry Lam,
2012-07-26, 21:40
|
|
|
Query a version of a column efficiently - HBase - [mail # user]
|
|
...Hi HBase guru: I need some advises on a problem that I'm facing using HBase. How can I efficiently query a version of a column when I don't know exactly the version I'm looking for? Fo...
|
|
|
Author: Jerry Lam,
2012-07-26, 17:43
|
|
|
Re: Scanning columns - HBase - [mail # user]
|
|
...Hi, This sounds like you are looking for ColumnRangeFilter? Best Regards, Jerry On Wednesday, July 18, 2012, Mohit Anchlia wrote: ...
|
|
|
Author: Jerry Lam,
2012-07-18, 19:12
|
|
|
Re: WAL corruption - HBase - [mail # user]
|
|
...my understanding is that the WAL log is used for replication as well. If all your data has been persisted to disk (i.e. all data in memstores have been flushed to disks) and repl...
|
|
|
Author: Jerry Lam,
2012-07-02, 17:45
|
|
|
Re: Recovering corrupt HLog files - HBase - [mail # user]
|
|
...This is interesting because I saw this happens in the past. Is walplayer can be back ported to 0.90.x? Best Regards, Jerry Sent from my iPad On 2012-06-30, at...
|
|
|
Author: Jerry Lam,
2012-07-01, 01:55
|
|
|
Re: direct Hfile Read and Writes - HBase - [mail # user]
|
|
...Hi Samar: I have used IncrementalLoadHFile successfully in the past. Basically, once you have written hfile youreself you can use the IncrementalLoadHFile to merge with the HFile curre...
|
|
|
Author: Jerry Lam,
2012-06-27, 17:22
|
|
|
Re: HFile Performance - HBase - [mail # user]
|
|
...Hi Elliott: Great! I will look into it ~ Best Regards, Jerry On Thu, Jun 21, 2012 at 6:24 PM, Elliott Clark wrote: ...
|
|
|
Author: Jerry Lam,
2012-06-25, 18:59
|
|
|
Re: Hbase Replication - HBase - [mail # user]
|
|
...Hi Mohammad: The current HBase replication (as far as I understand) is designed to replicate data from one data center to another data center. The client application has no knowledge o...
|
|
|
Author: Jerry Lam,
2012-06-22, 22:03
|
|
|
HFile Performance - HBase - [mail # user]
|
|
...Hi HBase guru, I would like to benchmark HFile performance without other components in HBase. I know that I can use HFile as any other file format in Hadoop IO. I wonder if there is a ...
|
|
|
Author: Jerry Lam,
2012-06-21, 22:13
|
|
|
Re: Isolation level - HBase - [mail # user]
|
|
...Hi Cristina: My understanding of HBase is that the isolation level fro read ops is Read Committed. There is only write lock which could protect the data from modifying by other request...
|
|
|
Author: Jerry Lam,
2012-06-15, 16:21
|
|
|
|