Installing Apache Gravitino Playground
Gravitino provides a bundle of Docker images to launch a Gravitino playground, which includes Apache Hive, Apache Hadoop, Trino, MySQL, PostgreSQL, and Gravitino. You can use Docker Compose to start them all.
Installing Docker and Docker Compose is a requirement for using the playground.
sudo apt install docker docker-compose
sudo gpasswd -a $USER docker
newgrp docker
You can install and run all the programs as Docker containers by using the gravitino-playground. For details about how to run the playground, see how-to-use-the-playground