Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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 Member

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