kafka-ingest-concept/templates/presto.Dockerfile

6 lines
187 B
Docker
Raw Permalink Normal View History

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