feat: add presto

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-06 00:02:20 +02:00
parent f345a956c9
commit 026a95790e
9 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
FROM prestodb/presto
COPY ./iceberg.properties /opt/presto-server/etc/catalog
COPY ./log.properties /opt/presto-server/etc
COPY ./hadoop-catalog.xml /etc/iceberg/conf/hadoop-catalog.xml