I am using Pherf utility https://phoenix.apache.org/pherf.html on AWS EMR
cluster to test performance of Phoenix + HBase. I tried to run these on a
sample schema provided in config directory -
"user_defined_schema.sql" + "user_defined_scenario.xml". But i always get
different errors regarding aggregations when running pherf-standalone.py
This is my command.
sudo ./pherf-standalone.py -drop all -l -q -z localhost -schemaFile
/usr/lib/phoenix/bin/config/datamodel/user_defined_schema.sql -scenarioFile
/usr/lib/phoenix/bin/config/scenario/user_defined_scenario.xml
These are the types of errors i get -
java.lang.RuntimeException: Aggregate count 19 does not match expected 50
at
org.apache.phoenix.pherf.workload.MultiThreadedRunner.timedQuery(MultiThreadedRunner.java:132)
at
org.apache.phoenix.pherf.workload.MultiThreadedRunner.run(MultiThreadedRunner.java:82)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
--
View this message in context:
http://apache-phoenix-user-list.1124778.n5.nabble.com/Error-in-Pherf-Test-tp3540.html
Sent from the Apache Phoenix User List mailing list archive at Nabble.com.