Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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

avatar
 
1 ACCEPTED SOLUTION

avatar
Master Mentor

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

avatar
Master Mentor

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.

avatar

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

avatar
New Contributor

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