[ https://issues.apache.org/jira/browse/SPARK-10128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tathagata Das resolved SPARK-10128. ----------------------------------- Resolution: Fixed Target Version/s: 1.5.0 > 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 > Priority: Blocker > > 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