Re: Client Server peer class loading

2018-07-27 Thread Evgenii Zhuravlev
Here is the link to the documentation which contains parameter that you can use: https://apacheignite.readme.io/docs/yarn-deployment#section-configuration 2018-07-27 12:42 GMT+03:00 debashissinha : > Hi ezhuravlev , > > Can you also please tell me a way to package my configuration classes as a >

Re: Client Server peer class loading

2018-07-27 Thread debashissinha
Hi ezhuravlev , Can you also please tell me a way to package my configuration classes as a yarn jar Thanks & Regards Debashis Sinha -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Client Server peer class loading

2018-07-27 Thread debashissinha
Thanks a lot for your advice -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Client Server peer class loading

2018-07-27 Thread Evgenii Zhuravlev
Hi, PeerClassLoading is not working for classes which are part of a cache configuration. These classes (cache store implementations, eviction and expiry policies, etc.) must be explicitly deployed on all server nodes. Evgenii 2018-07-27 11:05 GMT+03:00 debashissinha : > Hi , > I have a

Client Server peer class loading

2018-07-27 Thread debashissinha
Hi , I have a situation here . Whereby there is a cachestore adapter class for cache read through in my code and I am starting the ignite cluster in client mode. I am connecting to ignite cache server on yarn . I have specified the server to load peerclassloading and the same is enabled in