[ https://issues.apache.org/jira/browse/IGNITE-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14900963#comment-14900963 ]
Artem Shutak commented on IGNITE-1521: -------------------------------------- My assume it had been 2 different versions of ignite at the classpath. For example, as I see {code}<ignite.version>1.2.0-incubating</ignite.version>{code} at https://github.com/apacheignite/yardstick-ignite/blob/master/pom.xml. But tests have been run for ignite-1.4 (it has been copied manually at libs/ dir). For better investigation I need to have more detailed steps what have been done and logs. > Exception when running sql benchmark on AWS > ------------------------------------------- > > Key: IGNITE-1521 > URL: https://issues.apache.org/jira/browse/IGNITE-1521 > Project: Ignite > Issue Type: Bug > Components: SQL > Affects Versions: ignite-1.4 > Reporter: Ilya Suntsov > Assignee: Artem Shutak > Priority: Blocker > Fix For: ignite-1.4 > > > 1. I fork this repo: https://github.com/apacheignite/yardstick-ignite > 2. Clone it > 3. Used the following docs for start SQL benchmarks on AWS: > https://github.com/yardstick-benchmarks/yardstick-docker > And got the following exception: > {noformat} > ERROR: Shutting down benchmark driver to unexpected exception. > Type '--help' for usage. > java.lang.NoSuchMethodError: > org.apache.ignite.internal.processors.cache.query.GridCacheTwoStepQuery.<init>(Ljava/util/Set;Ljava/lang/String;[Ljava/lang/Object;)V > at > org.apache.ignite.internal.processors.query.h2.sql.GridSqlQuerySplitter.split(GridSqlQuerySplitter.java:216) > at > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.queryTwoStep(IgniteH2Indexing.java:859) > at > org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.queryTwoStep(IgniteH2Indexing.java:807) > at > org.apache.ignite.internal.processors.query.GridQueryProcessor$5.applyx(GridQueryProcessor.java:662) > at > org.apache.ignite.internal.processors.query.GridQueryProcessor$5.applyx(GridQueryProcessor.java:660) > at > org.apache.ignite.internal.util.lang.IgniteOutClosureX.apply(IgniteOutClosureX.java:36) > at > org.apache.ignite.internal.processors.query.GridQueryProcessor.executeQuery(GridQueryProcessor.java:1492) > at > org.apache.ignite.internal.processors.query.GridQueryProcessor.queryTwoStep(GridQueryProcessor.java:660) > at > org.apache.ignite.internal.processors.cache.IgniteCacheProxy.query(IgniteCacheProxy.java:618) > at > org.apache.ignite.yardstick.cache.IgniteSqlQueryBenchmark.executeQuery(IgniteSqlQueryBenchmark.java:85) > at > org.apache.ignite.yardstick.cache.IgniteSqlQueryBenchmark.test(IgniteSqlQueryBenchmark.java:61) > at > org.yardstickframework.impl.BenchmarkRunner$2.run(BenchmarkRunner.java:165) > at java.lang.Thread.run(Thread.java:745) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)