Skip to content

Test suite for characterizing performance of Apache Phoenix

Notifications You must be signed in to change notification settings

joshelser/phoenix-performance

 
 

Repository files navigation

Sample instructions:

# Build data. This sample is for a small sandbox.
./generate_data.sh 2 && \
	./load_data.sh 2 sandbox.hortonworks.com:2181:/hbase-unsecure

# Edit testhosts to specify the hosts that will run JMeter.
# Assumes passwordless SSH access.

# Setup the test environment.
./build_driver.sh && \
	./setup_testenv.sh

# Install numpy and scipy
yum install -y numpy scipy

# Switch into the directory for running tests
cd runner
# Run various styles of queries providing the JMX "scenario"
./RunPointStyle.sh jmeter_tests/Point_NoJoin_NoGroup_Pri1.jmx

About

Test suite for characterizing performance of Apache Phoenix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.0%
  • Smarty 26.7%
  • Makefile 2.4%
  • Python 1.6%
  • Shell 1.0%
  • Yacc 0.9%
  • Other 1.4%