ignite-rest-http in classpath error

2019-11-04 Thread jrobison-sb
We're attempting to run Apache Ignite as a standalone application, not bundled into our own custom application or anything. We're running it using the apacheignite/ignite:2.7.6 docker image. We're trying to use the ignite-web-agent, but when we start the agent via

Re: How to insert data?

2019-11-04 Thread Stephen Darlington
You need to tell the SQL engine about your POJO. There are number of ways of doing that, but one example would be: val cacheConfiguration = new CacheConfiguration[Integer,DataX]() val valQE = new QueryEntity() valQE.setKeyFieldName("key") valQE.setKeyType("java.lang.Integer")

unsubscribe

2019-11-04 Thread Pushkar Deole