HBase is primarily a storage system, not a computation system, so there are
no CPU-bound workloads as such. I suppose you can try to artificially
increase CPU load on the RegionServers by using expensive
compressions/encodings. Your other option would be to run a MR job on the
same cluster -- those processes will compete with RS's for resources.

Could you provide a little more context for your project?


On Thu, Mar 27, 2014 at 10:50 PM, yanqing huang
<[email protected]>wrote:

> Hi all,
>     I want to ask something about HBase test tool performance evaluation
> workloads. Are there any CPU bound workloads in performance evaluation or
> ycsb benchmark.
>     As my project needs cpu heavy HBase test job, while performance
> evaluation or ycsb workloads provided are all read, write, insert or their
> mix.         Can anybody tell me the way to custom cpu heavy workloads ?
> Thank you very much.
>

Reply via email to