Re: Terminate job without killing

2016-12-06 Thread Leonid Blokhin
Hi, Bruno! You can send a message to the topic MQTT, when finished Job. This can be done with the help of Mist service https://github.com/Hydrospheredata/mist, or in a similar way. Regards, Leonid 7 дек. 2016 г. 6:03 пользователь "Bruno Faria" написал: I have a

Terminate job without killing

2016-12-06 Thread Bruno Faria
I have a python spark job that runs successfully but never ends (releases the prompt). I got messages like "releasing accumulator" but never the shutdown message (expected) and the prompt release. In order to handle this I used sys.exit(0), now it works but the tasks always appears as KILLED