6 lines
187 B
Docker
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
|