Re: Spark-1.6.0-preview2 trackStateByKey exception restoring state

2015-11-23 Thread Tathagata Das
n.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > at java.lang.reflect.Method.invoke(Method.java:483) > > at > org.apache.spark.deploy.SparkSubmit$.org$apache$spark$deploy$SparkSubmit$$runMa

Spark-1.6.0-preview2 trackStateByKey exception restoring state

2015-11-23 Thread jan
Hi guys, I'm trying out the new trackStateByKey API of the Spark-1.6.0-preview2 release and I'm encountering an exception when trying to restore previously checkpointed state in spark streaming. Use case: - execute a stateful Spark streaming job using trackStateByKey - interrupt / kill the job -