Hacker News new | ask | show | jobs
by qntty 704 days ago
I was hoping to try this out, but it doesn't build on my mac :/

Here's their tech blog post about it: https://netflixtechblog.com/orchestrating-data-ml-workflows-...

4 comments

It doesn't build on windows either. It looks to be missing some dependency.

       > Did not resolve 'com.github.vmg.protogen:protogen-annotations:1.0.0' which is part of the dependency lock state
I get a similar error
I couldn’t find that package on Maven Central either. Though its source is on GitHub.
I've created a Docker image for it and onboarded it into my tool called insta-infra[1]. You should be able to run it via:

    ./run.sh maestro
[1] https://github.com/data-catering/insta-infra
I've been able to build and run it sucessfully via IntelliJ, on an M2 Air.

Takes a few mins to get all the dependencies and build, but it definitely works.

Perhaps you're missing some dependency steps before hand if you're hand cranking gradle.

Use podman desktop, or is it an Arm issue?