Re: peer class loading issue with client and server

2018-07-26 Thread debashissinha
Thanks a lot I agree with you and I am trying that only -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: peer class loading issue with client and server

2018-07-26 Thread Evgenii Zhuravlev
Hi, As per documentation: https://apacheignite.readme.io/docs/yarn-deployment#section-configuration, you can use IGNITE_XML_CONFIG property to use your xml config file. In this file you can configure peerClassLaodingEnabled property. Evgenii 2018-07-26 10:50 GMT+03:00 debashissinha : > Hi , >

peer class loading issue with client and server

2018-07-26 Thread debashissinha
Hi , I am using ignite in client server mode . I am deploying ignite as an yarn application and in my client code I am doing tcp discovery to connect the server. In my client application i set in ignite configuration config.setcleintMode(true) and config.setPeerClassLaodingEnabled(true) However