[
https://issues.apache.org/jira/browse/KUDU-2898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Henke resolved KUDU-2898.
-------------------------------
Fix Version/s: 1.12.0
Resolution: Fixed
This was fixed inĀ
https://github.com/apache/kudu/commit/74b9ac67a1d3378e0fc38bd2ce827bacafde4775
> KuduContext doesn't set a serialVersionUID
> ------------------------------------------
>
> Key: KUDU-2898
> URL: https://issues.apache.org/jira/browse/KUDU-2898
> Project: Kudu
> Issue Type: Bug
> Components: spark
> Reporter: Grant Henke
> Assignee: Grant Henke
> Priority: Major
> Labels: beginner, trivial
> Fix For: 1.12.0
>
>
> It looks like KuduContext doesn't have an explicitly set `serialVersionUID`
> which means that each release of spark-kudu is binary incompatible.
> We should fix this and check for other classes the implement the
> `Serializable` interface.
> There is some work to detect these breaks here:
> https://gerrit.cloudera.org/#/c/13004/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)