The docker-compose.yaml file does not specify a version of Trino to use. When following the instructions in the README i got an error due to the latest version of Trino not supporting HDFS by default. If we want to use HDFS we must set the fs.hadoop.enabled
property to true. I guess the options are to set this property and also specify the version of the Trino image to use in the yaml file.