Created 06-30-2017 07:43 AM
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
Created 08-28-2017 02:23 PM
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.
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
Created 06-30-2017 12:09 PM
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.
Created 08-28-2017 02:23 PM
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.
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