Hello Hyunsik,

thanks for your reply.
With your hint you were right. My mistake. I had assumed that these three files 
are the minimum requirement.
Today I spent the whole day with performance test, relationship as trying to 
make this run.
So far I have not found a way to in the configurations. Is there a 
configuration setting with which you can control the number of parallel 
connections?

Until now I get the following exception namely:

2014/08/13 19:03:04 WARN  - jmeter.protocol.jdbc.config.DataSourceElement: 
Could not return Connection java.lang.Exception: Could not create enough 
Components to service your request (Timed out).
        at 
org.apache.avalon.excalibur.pool.ResourceLimitingPool.get(ResourceLimitingPool.java:350)
        at 
org.apache.avalon.excalibur.pool.ValidatedResourceLimitingPool.get(ValidatedResourceLimitingPool.java:130)
        at 
org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource.getConnection(ResourceLimitingJdbcDataSource.java:222)
        at 
org.apache.jmeter.protocol.jdbc.config.DataSourceElement$DataSourceComponentImpl.getConnection(DataSourceElement.java:286)
        at 
org.apache.jmeter.protocol.jdbc.config.DataSourceElement.getConnection(DataSourceElement.java:146)
        at 
org.apache.jmeter.protocol.jdbc.sampler.JDBCSampler.sample(JDBCSampler.java:85)
        at 
org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:429)
        at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:257)
        at java.lang.Thread.run(Thread.java:745)


I can jMeter running against a Postgres database successfully, only the Tajos 
remains a problem.

!!!Thank you so much for the past really helpful tips and advice.!!!

Best regards,
Chris

Am 13.08.2014 um 14:56 schrieb Christian Schwabe <[email protected]>:

> Hello guys,
> 
> today I want to test the performance of Apache Tajo, MySQL and Postgresql 
> with Apache jMeter.
> I've been followed these instructions:
> 
> http://jmeter.apache.org/usermanual/build-db-test-plan.html
> http://jmeter.apache.org/usermanual/get-started.html#classpath
> 
> Although I have held up to me these instructions, I get the following 
> exception: 
> 
> 2014/08/13 14:15:27 INFO  - jmeter.engine.StandardJMeterEngine: Running the 
> test! 
> 2014/08/13 14:15:27 INFO  - jmeter.samplers.SampleEvent: List of 
> sample_variables: [] 
> 2014/08/13 14:15:27 ERROR - jmeter.JMeter: Uncaught exception:  
> java.lang.NoClassDefFoundError: Could not initialize class 
> org.apache.tajo.jdbc.TajoDriver
>       at java.lang.Class.forName0(Native Method)
>       at java.lang.Class.forName(Class.java:340)
>       at 
> org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource.configure(ResourceLimitingJdbcDataSource.java:297)
>       at 
> org.apache.jmeter.protocol.jdbc.config.DataSourceElement.initPool(DataSourceElement.java:235)
>       at 
> org.apache.jmeter.protocol.jdbc.config.DataSourceElement.testStarted(DataSourceElement.java:108)
>       at 
> org.apache.jmeter.engine.StandardJMeterEngine.notifyTestListenersOfStart(StandardJMeterEngine.java:214)
>       at 
> org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:336)
>       at java.lang.Thread.run(Thread.java:745)
> 
> The exception to this point is pretty clear, but unfortunately not very 
> effective.
> I copied following files into .\lib:
> tajo-common-0.9.0-SNAPSHOT.jar
> tajo-jdbc-0.9.0-SNAPSHOT.jar
> hadoop-common-2.4.0.jar
> and still get the above exception.
> 
> My project file for Apache jMeter is attached to this e-mail to quickly 
> import it for own testing.
> 
> Has anyone ever worked with Apache jMeter and tested it with Apache Tajo?
> 
> 
> Best regards,
> Chris
> <Tajo.jmx>

Reply via email to