[jira] [Created] (IGNITE-1521) Exception when running sql benchmark on AWS

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-1521) Exception when running sql benchmark on AWS

Anton Vinogradov (Jira)
Ilya Suntsov created IGNITE-1521:
------------------------------------

             Summary: 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)