- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Performance Benchmarking document for Load test tool (HBase)[Any document related to Load Test Tool(LTT) plzyag the link]
- Labels:
-
Apache Hadoop
-
Apache HBase
Created ‎06-30-2017 07:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
Created ‎06-30-2017 12:09 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
