Re: Benchmark results questions

2017-10-15 Thread Ray
Please see the attachment for yardstick configuration/parameters and cluster nodes configuration I used. Yes, I run the standard classes without modification, I run benchmark for these three classes IgnitePutBenchmark.java IgnitePutGetBenchmark.java IgniteSqlQueryBenchmark.java. config.zip

Error with ScanQuery

2017-10-15 Thread Raymond Wilson
I have an existing Ignite (v2.2) cache using the Persistency layer that contains a number of cache entries. While using a test application on top of the cache I experienced an issue where the local computer ran out of virtual memory and essentially crashed (long story). I have since resolved

java.lang.InternalError: Malformed class name when using custom class as an indexedType

2017-10-15 Thread manuelmourato
Hi there. I am trying to create a cache configuration so that I can later use it in an IgniteContext using the ignite-spark module. This is the code I used to create the cache cofig: val ignConf:IgniteConfiguration= new IgniteConfiguration() case class Sensor_Att(

custom restful service using jetty server on top of ignite grid to perform crud operations and configure cache store

2017-10-15 Thread siva
Hi, we need to implement a rest service which have to perform all the crud operations on ignite grid and as well as configure the cache store to persist the data in RDBMS. As per following link, http://apache-ignite-users.70518.x6.nabble.com/WebServer-on-Ignite-td314.html i have created a