Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 39 (0.078s).
Loading phrases to help you
refine your search...
How to monitor total disk access in HBase? - HBase - [mail # user]
...Hi, I want to profile the # of disk access (both random and sequential) issued from HBase (into HDFS). For disk reads, I have tried use blockCacheMissCount, which seems working. But is it th...
   Author: yun peng, 2012-11-10, 15:03
Re: How to check if a major_compact is done? - HBase - [mail # user]
...Hi, I have fixed the problem. I found the MBeanServerConnection.getAttribute(ObjectName name, String attribute) is the one useful here. Thanks to all. Yun  On Thu, Nov 8, 2012 at 3:58 P...
   Author: yun peng, 2012-11-08, 21:08
Re: How to check if a major_compact is done? - HBase - [mail # user]
...Hi, Mikael and Jeremy, thanks for your detailed answers. I have tried the MBean code as an attempt. I get certain information out from the printout, like follows, ... javax.management.MBeanA...
   Author: yun peng, 2012-11-08, 20:58
Re: How to check if a major_compact is done? - HBase - [mail # user]
...Yes, JMX exposes compaction time. My cluster has JMX enabled, and I can view certain statistics from remote jconsole.  However, I dont find any reference talking about how to write a Ja...
   Author: yun peng, 2012-11-08, 18:31
How to check if a major_compact is done? - HBase - [mail # user]
...Hi, All, I want to measure the duration of a major compaction in HBase. Since the function call majorCompact is asynchronous, I may need to manually check when the major compaction is done. ...
   Author: yun peng, 2012-11-08, 06:08
Re: What could cause HBase's writes slower than reads? - HBase - [mail # user]
...Yes Mohit, that's the cause! HBase is read values not present in datatable, which leads to very fast read performance. When I change it to reading valid values in data table, it is back to n...
   Author: yun peng, 2012-11-04, 15:08
Re: What could cause HBase's writes slower than reads? - HBase - [mail # user]
...Hi, the throughput for write-only workload is 450 ops/sec and for read-only 900 ops/sec. I am using the same machine (1-core CPU, 2G mem) for client to drive workload into hbase/hdfs... one ...
   Author: yun peng, 2012-11-03, 14:09
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
Sort:
project
HBase (39)
type
mail # user (39)
date
last 7 days (3)
last 30 days (7)
last 90 days (13)
last 6 months (14)
last 9 months (39)
author
Stack (3791)
Ted Yu (2548)
Jean-Daniel Cryans (2293)
Andrew Purtell (1470)
lars hofhansl (1003)
Ryan Rawson (862)
Jean-Marc Spaggiari (703)
Todd Lipcon (673)
Doug Meil (573)
Jonathan Gray (516)
Jonathan Hsieh (515)
Michael Segel (485)
stack (440)
Lars George (439)
Gary Helmling (292)
yun peng