| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
85 (0.084s).
|
|
|
Loading phrases to help you refine your search...
|
|
Hbase Read/Write throughput measure - HBase - [mail # user]
|
|
...Dear all, I want to measure the read/write throughput for a code on a cluster of 10 nodes. So is there any code or way to measure it? I have seen in a cloudera-based presentation...
|
|
|
Author: Dalia Sobhy,
2013-02-01, 12:11
|
|
|
Re: Region Servers Issue - HBase - [mail # user]
|
|
...How to run hbase balancer given that I am using cloudera manager 4.1 Sent from my iPad On Jan 2, 2013, at 9:13 PM, "Jeff Bean" wrote: ...
|
|
|
Author: Dalia Sobhy,
2013-01-02, 21:27
|
|
|
Hmaster cannot start running again - HBase - [mail # user]
|
|
...Dear all, I started first 2 region servers and added 6 million records to them. Then added about 3 region servers and everything was fine. I ran a java program on then and they working...
|
|
|
Author: Dalia Sobhy,
2013-01-02, 18:00
|
|
|
RE: Hbase Count Aggregate Function - HBase - [mail # user]
|
|
...Thanks Ram, Issue is resolved i forgot to add scan.addFilter(fliterlist); Thats why it was not filtering !!! ...
|
|
|
Author: Dalia Sobhy,
2013-01-01, 21:44
|
|
|
RE: Hbase Question - HBase - [mail # user]
|
|
...Dear yong, How to distribute my data in the cluster ? Note that I am using cloudera manager 4.1 Thanks in advance:D ...
|
|
|
Author: Dalia Sobhy,
2013-01-01, 21:40
|
|
|
RE: Hbase Count Aggregate Function - HBase - [mail # user]
|
|
...Is there a problem in letting ID (rowkey) "int" value?? ...
|
|
|
Author: Dalia Sobhy,
2012-12-25, 17:55
|
|
|
RE: Hbase Count Aggregate Function - HBase - [mail # user]
|
|
...Thanks Ram, I have tried it alot. I even tried to it by hbase shell, by scanning using filters. By using scan , it returns the right number. But still the aggregationClien...
|
|
|
Author: Dalia Sobhy,
2012-12-25, 17:45
|
|
|
RE: Hbase Count Aggregate Function - HBase - [mail # user]
|
|
...Do you mean I implement a new rowCount method in Aggregation Client Class. I cannot understand, could u illustrate with a code sample Ram? ...
|
|
|
Author: Dalia Sobhy,
2012-12-25, 16:42
|
|
|
RE: Hbase Count Aggregate Function - HBase - [mail # user]
|
|
...This is my function: public long CountByDiagnosis(String diagnosis) throws IOException { customConf.setStrings("hbase.zookeeper.quorum",hbaseZookeeperQuorum); &nbs...
|
|
|
Author: Dalia Sobhy,
2012-12-24, 19:25
|
|
|
RE: Hbase Count Aggregate Function - HBase - [mail # user]
|
|
...Do you mean I implement a new rowCount method in Aggregation Client Class. I cannot understand, could u illustrate with a code sample Ram? Thanks, ...
|
|
|
Author: Dalia Sobhy,
2012-12-24, 19:20
|
|
|
|