Running Spark Job in Background

2018-08-11 Thread ApacheUser
Hello Ignite Team, I have Spark job thats streams live data into Ignite Cache . The job gets closed as soon as I close window(Linux shell) . The other spark streaming jobs I run with "&" at the end of spark submit job and they run for very long time untill they I stop or crash due to other

Re: Persistence with Spring Data

2018-08-11 Thread Lokesh Sharma
Thank... I'll try that and let you know if it works. On Fri, Aug 10, 2018, 6:49 PM Ilya Kasnacheev wrote: > I think it should be possible. > > You can define Spring Data caches in configuration, and you can specify > data region on per cache basis. You will have two data regions, persistent >

Performance degradation in embed mode

2018-08-11 Thread Dmitriy
Hello Igniters, I'm using an spring web application with the embed Ignite cache. When we run in unit-tests, the insertion time into the cache is about 10 000 values/seconds. But when the application is running on the Apache Tomcat server, the insert is very slow (about 5 minutes). The