Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't seem to find the referenced Avro media classes: Image, Media, and MediaContent #79

Closed
wintsonpryme opened this issue Jan 14, 2018 · 1 comment

Comments

@wintsonpryme
Copy link

The serializers in the serializers.avro directory all have media imports that do not exist in the library.
The media sub-directory under the serializers.avro directory does not exist.
Here are the non-existent imports:

import serializers.avro.media.Image;
import serializers.avro.media.Media;
import serializers.avro.media.MediaContent;

What am I missing?

@cowtowncoder
Copy link
Collaborator

Project is built using make, so do that. It will generate and compile various classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants