You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/08/20 04:56:45 UTC

[jira] [Commented] (SPARK-10128) Kinesis sequence numbers cannot be recovered from WAL because WAL does not use the correct classloader

    [ https://issues.apache.org/jira/browse/SPARK-10128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14704218#comment-14704218 ] 

Apache Spark commented on SPARK-10128:
--------------------------------------

User 'tdas' has created a pull request for this issue:
https://github.com/apache/spark/pull/8328

> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org