Assigning specific name to thin client

2021-11-11 Thread Ganguly Gundeboina
Hi, Want to assign specific instance name to thin clients to monitor the clients. When thin client disconnected due to any reason, want to take manual action like starting the client. We are using 2.11, can we assign? Regards, Gangaiah

Deploy different class versions to ignite cluster

2021-11-11 Thread Surinder Mehra
Hi, I have a special requirement to support deploying several versions of same class file on same ignite cluster. Say customer 1 wants some additional features on same file but other clients continue working with old version. Just trying to think if it is possible in ignite or i have to think about

Unsubscribe

2021-11-11 Thread אריאל מסלאטון
Unsubscribe-- *054-2116997* *arielmasla...@gmail.com *

Re: APACHE HADOOP PERFORMANCE ACCELERATION and APACHE SPARK PERFORMANCE ACCELERATION

2021-11-11 Thread Surinder Mehra
Hi, I havent tried this but since no body answered you, this might help https://medium.datadriveninvestor.com/hadoop-integration-with-apache-ignite-and-using-hive-with-ignitemr-db8b8c09110e On Thu, Nov 11, 2021, 12:34 Siddharth Jain wrote: > Hi, > > I need help in how to configure acceleratio

"Failed to update store" cacheCriticalSize

2021-11-11 Thread Mike Wiesenberg
Hi, Using GridCacheWriteBehindStore (Version 2.10.0), we are occasionally receiving this error message "Failed to update store (value will be lost as current buffer size is greater than 'cacheCriticalSize.." Looking at the code to try to determine how to raise the buffer size, I observe that 1.

Re: Assigning specific name to thin client

2021-11-11 Thread Pavel Tupitsyn
Hi, If we are talking about Java thin client: 1. Automatic reconnect and retry is enabled out of the box. 2. You can use ClientConfiguration.setUserAttributes to assign custom key/value pairs to a client instance. Those attributes are accessible on the server side. 3. For client-side only logic,

Re: APACHE HADOOP PERFORMANCE ACCELERATION and APACHE SPARK PERFORMANCE ACCELERATION

2021-11-11 Thread andrei
Hi, You can try watching my webinar: https://www.youtube.com/watch?v=lkRh2TO8VSU I also prepared a git repository for it with examples: https://github.com/GridGain-Demos/spark-hdfs-ignite-aws-deployment-demo/tree/master/spark_example_project Documentation also has examples: https://ignite.ap