Support Questions

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

Performance Benchmarking document for Load test tool (HBase)[Any document related to Load Test Tool(LTT) plzyag the link]

avatar
New Contributor

Document should contain following sections:

1) Short Description of the tool

2) Is it available in Hortonworks ? If no , from where do we get the tool

3) Usage syntax (command line syntax)

4) Running the tool with different scenarios/options available as part of utility

5) alternatives of LTT

1 ACCEPTED SOLUTION

avatar
Super Guru

@Bhuban Sahoo

PerformanceEvaluation

The PerformanceEvaluation utility allows you to run several preconfigured tests on your cluster and reports its performance. To run the PerformanceEvaluation tool, use the command:

bin/hbase pe

In older HDP versions, use the command:

bin/hbase org.apache.hadoop.hbase.PerformanceEvaluation

For usage instructions, run the command with no arguments.

LoadTestTool

The LoadTestTool utility load-tests your cluster by performing writes, updates, or reads on it. To run the LoadTestTool use the command:

bin/hbase ltt

In older HDP versions, use the command:

<strong>bin/hbase org.apache.hadoop.hbase.util.LoadTestTool</strong>

To print general usage information, use the -h option.

Alternative to LTT is YCSB

View solution in original post

2 REPLIES 2

avatar
New Contributor

Do you use the HBase REST API? https://stormforger.com is probably the thing you need.

StormForger is a Performance Testing as a Service platform, targeting HTTP APIs. We provide a high degree of automation and a comprehensive and expressive JavaScript DSL to specify your test cases. With StormForger you have all the tools you need to do continuous load testing and make the web a faster place.

avatar
Super Guru

@Bhuban Sahoo

PerformanceEvaluation

The PerformanceEvaluation utility allows you to run several preconfigured tests on your cluster and reports its performance. To run the PerformanceEvaluation tool, use the command:

bin/hbase pe

In older HDP versions, use the command:

bin/hbase org.apache.hadoop.hbase.PerformanceEvaluation

For usage instructions, run the command with no arguments.

LoadTestTool

The LoadTestTool utility load-tests your cluster by performing writes, updates, or reads on it. To run the LoadTestTool use the command:

bin/hbase ltt

In older HDP versions, use the command:

<strong>bin/hbase org.apache.hadoop.hbase.util.LoadTestTool</strong>

To print general usage information, use the -h option.

Alternative to LTT is YCSB