Support Questions

Find answers, ask questions, and share your expertise

Which are the HBase performance benchmark tools available like Terasort/Teragen for MapReduce?

 
1 ACCEPTED SOLUTION

YCSB is a very popular tool for Hbase benchmarking

We also use the tools called PerformanceEvaluation and LoadTestTool that

ship with HBase. `bin/hbase pe` and `bin/hbase ltt` should invoke them

respectively.

View solution in original post

3 REPLIES 3

YCSB is a very popular tool for Hbase benchmarking

We also use the tools called PerformanceEvaluation and LoadTestTool that

ship with HBase. `bin/hbase pe` and `bin/hbase ltt` should invoke them

respectively.

+1 for YCSB, definitely a good choice for basic performance tests

New Contributor

can you tell the difference between all the three, or any document link which relates the same(PE,ltt,YCSB)