| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
92 (0.256s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: why reduce doesn't work by HBase? - HBase - [mail # user]
|
|
...Thanks for your suggestions On Thu, Nov 15, 2012 at 9:56 PM, Bertrand Dechoux wrote:...
|
|
|
Author: yonghu,
2012-11-16, 12:53
|
|
|
why reduce doesn't work by HBase? - HBase - [mail # user]
|
|
...Dear all, I use HBase as data source and hdfs as data sink. I wrote the program which calculate the versions for each cell as follows: public class ReturnMore { //only Map side h...
|
|
|
Author: yonghu,
2012-11-15, 19:42
|
|
|
Re: Why Regionserver is not serving when I set the WAL trigger? - HBase - [mail # user]
|
|
...The problem is caused by the code, as I create the configuration by myself. The correct way is to use getConfiguration() method. regards! Yong On Sat, Nov 10, 2012 at 4:12 ...
|
|
|
Author: yonghu,
2012-11-12, 09:33
|
|
|
Why Regionserver is not serving when I set the WAL trigger? - HBase - [mail # user]
|
|
...Dear All, I used hbase 0.94.1 and implemented the test example of WAL trigger like: public class WalTrigger extends BaseRegionObserver implements WALObserver{ public boolean p...
|
|
|
Author: yonghu,
2012-11-10, 15:07
|
|
|
Re: A question of storage structure for memstore? - HBase - [mail # user]
|
|
...Thanks for your responses. yong On Mon, Oct 22, 2012 at 3:05 PM, Anoop Sam John wrote:...
|
|
|
Author: yonghu,
2012-10-22, 14:13
|
|
|
A question of storage structure for memstore? - HBase - [mail # user]
|
|
...Dear All, In the description it mentions that a Store file (per column family) is composed of one memstore and a set of HFiles. Does it imply that for every column family there is a co...
|
|
|
Author: yonghu,
2012-10-22, 11:25
|
|
|
Re: Can I use coprocessor to record the deleted data caused by ttl? - HBase - [mail # user]
|
|
...I want to record the data change from the source table. Thanks for your apply. regards! Yong On Sat, Sep 1, 2012 at 1:01 AM, lars hofhansl wrote:...
|
|
|
Author: yonghu,
2012-09-01, 13:14
|
|
|
Can I use coprocessor to record the deleted data caused by ttl? - HBase - [mail # user]
|
|
...Dear All, I wonder if I can use coprocessor to record the deleted data caused by ttl. Any ideas? regards! Yong...
|
|
|
Author: yonghu,
2012-08-31, 20:13
|
|
|
Re: What happened in hlog if data are deleted cuased by ttl? - HBase - [mail # user]
|
|
...Sorry for that. I didn't use the right parameter. Now I get the point. regards! Yong On Wed, Aug 22, 2012 at 10:49 AM, Harsh J wrote:...
|
|
|
Author: yonghu,
2012-08-22, 10:02
|
|
|
Re: What happened in hlog if data are deleted cuased by ttl? - HBase - [mail # user]
|
|
...And also an interesting point is that the ttl data will not exist in hfile. I have made the following test, hbase(main):003:0> create 'test',{TTL=>'200',NAME=>'course'} 0 row(...
|
|
|
Author: yonghu,
2012-08-22, 08:35
|
|
|
|