apache / gravitino-playground

A playground to experience Gravitino
Apache License 2.0
31 stars 31 forks source link

[Improvement] Add support for curl and wget #21

Open justinmclean opened 10 months ago

justinmclean commented 10 months ago

macOS doesn't have wget installed by default, and the playground script fails silently if wget is not installed. Add support for wget and curl and print out a meaningful error message if neither can be found. This fixes #20.

justinmclean commented 10 months ago

Tested by uninstalling wget and running the launch-playground.sh script.

justinmclean commented 10 months ago

I am a little confused by what going on here but without wget installed the launch playground script fails. I can't see where it uses wget but it fails, users have also reported this and have fixed it by installing wget. If you install wget or have the above changes it works.