docker-trino-cluster
docker-trino-cluster copied to clipboard
Multiple node presto cluster on docker container
Results
5
docker-trino-cluster issues
Sort by
recently updated
recently updated
newest added
Trying to view the documentation on how to setup with Fargate, but the link to `terraform-aws-trino` is broken. Did you mean [terraform-aws-presto](https://github.com/Lewuathe/terraform-aws-presto)?
I've revised the patch: - Build Presto server and cli with make - Add 'cli' target to Makefile Simply run this command for testing: ``` make clean all && make...