Github user steveloughran commented on the issue:
https://github.com/apache/spark/pull/17163
Looking @ hadoop source, there's not much in hadoop common terms of use of
`import org.apache.avro`, ut the `avro.Utf8` surfaces, and someone has tagged
`fs.Path` as `@Stringable`, which is a pain; makes it a core dependency of the
code.
Otherwise, the MR job client has a file
`hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/avro/Events.avpr`
which contains the avro schemas for job history. The biggest risk is going to
be whether or not avro is backwards compatible with generated classes. I know
protobuf isn't; don't know about about Avro...you'll need to ask around there.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]