Description
To ease use of Avro objects with systems that rely on Java serialization, i.e. Apache Spark, this change updates generated classes to implement java.io.Externalizable.
This change is marked incompatible because the class hierarchy for SpecificFixed has changed. Updating the Avro library without recompiling the IPC classes (in my test this was for Flume) results in an AbstractMethodError.
(I couldn't add a Release Note since the jira is Closed, so I'm updating the description instead.)
Attachments
Attachments
Issue Links
- breaks
-
AVRO-2011 AbstractMethodError on version upgrade from 1.7.7 -->1.8.1
- Resolved
- is related to
-
SPARK-746 Automatically Use Avro Serialization for Avro Objects
- Resolved
-
SPARK-16617 Upgrade to Avro 1.8.x
- Resolved
- relates to
-
AVRO-3208 [Java] Utf8 strings should be Serializable
- Closed