| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
32 (0.198s).
|
|
|
Loading phrases to help you refine your search...
|
|
What could cause HBase's writes slower than reads? - HBase - [mail # user]
|
|
...Hi, All, In my HBase cluster, I observed Put() executes faster than a Get(). Since HBase is optimized towards write, I wonder what may affect Put performance in a distributed setting below. ...
|
|
|
Author: yun peng,
2012-11-03, 04:07
|
|
|
Re: Could not find my address in the list of ZooKeeper quorum servers - HBase - [mail # user]
|
|
...Thanks for the reply, yes, it works if I use IP address. regards, Yun On Fri, Oct 26, 2012 at 11:37 PM, Stack wrote: ...
|
|
|
Author: yun peng,
2012-10-27, 03:50
|
|
|
Could not find my address in the list of ZooKeeper quorum servers - HBase - [mail # user]
|
|
...Hi, All, I have a HBase cluster run with property hbase.zookeeper.quorum set to be hostname "node3". When HBase starts, Zookeeper can not properly starts and it throws, java.io....
|
|
|
Author: yun peng,
2012-10-26, 21:44
|
|
|
Re: How to config hbase0.94.2 to retain deleted data - HBase - [mail # user]
|
|
...Hi, Lars, that is great point. It works if I update the tabledescriptor with the table disabled. It looks online updating table descriptor generally not working... Besides, in addition...
|
|
|
Author: yun peng,
2012-10-22, 00:20
|
|
|
How to config hbase0.94.2 to retain deleted data - HBase - [mail # user]
|
|
...Hi, All, I want to retain all deleted key-value pairs in hbase. I have tried to config HColumnDescript as follow to make it return deleted. public void postOpen(ObserverContext ...
|
|
|
Author: yun peng,
2012-10-21, 20:53
|
|
|
Re: When does HBase set modification timestamp of a HFile? - HBase - [mail # user]
|
|
...Hi lohit and Stack, You are right, it always ends with 000. My setup in the test is hbase 0.94.2 running on local vfs. Is this tied with current hbase implementation or something to do...
|
|
|
Author: yun peng,
2012-10-21, 01:42
|
|
|
When does HBase set modification timestamp of a HFile? - HBase - [mail # user]
|
|
...Hi, All, I am trying to understand how and when hbase set the modification timestamp for hfiles. My original intention is to get a timestamp when a hfile is generated (when last write to a h...
|
|
|
Author: yun peng,
2012-10-20, 20:36
|
|
|
Re: Problems using unqualified hostname on hbase - HBase - [mail # user]
|
|
...Thanks for the notes. I am running the project configuration for comparison, (as worst case for locality)... On other hand, even if I make them to colocate, the problem persists, as the prop...
|
|
|
Author: yun peng,
2012-10-18, 02:09
|
|
|
Re: Where is code in hbase that physically delete a record? - HBase - [mail # user]
|
|
...Hi, Ram and Anoop, Thanks for the nice reference on the java file, which I will check through. It is interesting to know about the recent feature on preCompactScannerOpen() hook. Ram, ...
|
|
|
Author: yun peng,
2012-10-17, 15:34
|
|
|
Where is code in hbase that physically delete a record? - HBase - [mail # user]
|
|
...Hi, All, I want to find internal code in hbase where physical deleting a record occurs. -some of my understanding. Correct me if I am wrong. (It is largely based on my experience and e...
|
|
|
Author: yun peng,
2012-10-17, 12:24
|
|
|
|