kafka-ingest-concept/templates/presto.Dockerfile
kjuulh 026a95790e
feat: add presto
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-06 00:02:20 +02:00

6 lines
187 B
Docker

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