Persistent Store & Ignite Streamer

2016-12-02 Thread Labard
Hello. I use Persistent Store for my cache and when I put data in cache by cache.put() all is ok. But if I use streamer.addData() and then streamer.flush() when method write and writeAll does not invoke. Can you please tell me what is the problem? Labard -- View this message in context

Re: PeerClassLoading for Cache Load

2016-10-28 Thread Labard
Thank you for detailed info -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/PeerClassLoading-for-Cache-Load-tp8545p8584.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

PeerClassLoading for Cache Load

2016-10-27 Thread Labard
on each node? Thank you for your help, Labard. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/PeerClassLoading-for-Cache-Load-tp8545.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Cant events listen from client Node

2016-10-26 Thread Labard
Hello. Thank you for your help. I saw that problem was in my servers configs. Now I enable event on all servers and start get events on client, but now i have another problem. In listener in event.newValue() I get BinaryObjectImpl and I want to get value of my Class type. How could I convert

Re: Cant events listen from client Node

2016-10-25 Thread Labard
I have already enabled this event into configuration

Cant events listen from client Node

2016-10-25 Thread Labard
Hello I have Ignite cluster and one client node. I want to listen "put into cache" events in my client node, but something does not work. If I use server node instead (just remove client property from config) it works exellent. My listener code:

Factory Builder For Persistent Store

2016-10-20 Thread Labard
Hello. I want to make Persistent Store for my Cache. But my implementation of CacheStoreAdapter should get some parameters(dbName,Table,ConnectionProperties) in constructor. And FactoryBuilder which I use in ignite config file want no-args constructor. What should I do? Labard -- View

Re: Load data from Hadoop

2016-08-01 Thread Labard
and processed data by SQL queries to Ignite. I will be glad to know any thoughts or information on my questions. Labard. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Load-data-from-Hadoop-tp6544p6655.html Sent from the Apache Ignite Users mailing list