Ignite SQL

2023-07-14 Thread Arunima Barik
Hello team What is the correct way out of these? 1. Write a spark dataframe to ignite Read the same back and perform spark.sql() on that 2. Write the spark dataframe to ignite Connect to server via a thin client Perform client.sql() Regards Arunima

Re: Random failure while data insertion in ignite cache

2023-07-14 Thread Jeremy McMillan
It would be appropriate for you to share any code and configuration to help others recreate your system and the behavior you describe. Without, many people could solve multiple problems, demonstrably, and yet your problem is different enough that they are no help. On Fri, Jul 14, 2023, 01:58

Random failure while data insertion in ignite cache

2023-07-14 Thread Abhishek Ubhe
Hello, I am facing an issue for putting data in ignite caches. I have checked from start to end flow for data insertion but I haven't found anything here are scenarios I have checked and I find issues in this way : 1. I added logs at every step from object formation to insertion in cache.