Tathagata Das created SPARK-10128: ------------------------------------- Summary: Kinesis sequence numbers cannot be recovered from WAL because WAL does not use the correct classloader Key: SPARK-10128 URL: https://issues.apache.org/jira/browse/SPARK-10128 Project: Spark Issue Type: Bug Reporter: Tathagata Das Assignee: Tathagata Das
Recovering Kinesis sequence numbers from WAL leads to classnotfoundexception. The solution is to not use the default classloader of the ObjectInputStream, but `Thread.currentThread().getContextClassLoader` -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org