Presto on Iceberg (Experimental)
Prerequisites
Basic Setup
Install Alluxio client jar to Presto Iceberg connector
$ ${PRESTO_HOME}/bin/launcher restartConfigure Presto to use the Iceberg connector
connector.name=iceberg
hive.metastore.uri=thrift://localhost:9083Examples: Use Presto to Query Iceberg Tables on Alluxio
Create a schema and an Iceberg table
Insert sample data into the table
Last updated