Re: Spark 'close' API call hangs within ignite service grid

2018-03-22 Thread akshaym
I have pushed the sample application to github . Please check it once. Also, I am able to get rid of the hang issue with spark.close API call by adding "igniteInstanceName" property. Not sure if its a right approach though. I came up with

Re: Spark 'close' API call hangs within ignite service grid

2018-02-27 Thread akshaym
Hi, I have updated my post. In short when I call spark.close() inside ignite service it hangs and call never returns. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Spark 'close' API call hangs within ignite service grid

2018-02-26 Thread akshaym
Hi, I am running a sprak job within ignite service grid. After job is done I am calling close() on spark session. This is working for stable version of ignite i.e. 2.3.0. However, its not working with 2.5.0-SNAPSHOT version. Here are the detailed logs : / Closing spark context [27-02-2018 12:12: