Hi all, I’ve posted a question regarding sessionizing events using scala and mapWithState at http://stackoverflow.com/questions/38541958/materialize-mapwithstate-statesnapshots-to-database-for-later-resume-of-spark-st <http://stackoverflow.com/questions/38541958/materialize-mapwithstate-statesnapshots-to-database-for-later-resume-of-spark-st>.
The context is to be able to pause and resume a streaming app while not losing the state information. So I want to save and reload (initialize) the state snapshot. Has anyone of you already been able to do this? Thanks, Ben