Installation From Source
Currently, the TileDB-Presto connector is built as a plugin. It must be packaged and installed on the PrestoDB instances. You can download the latest release or build the connector from source using the following command from the top level directory of the TileDB-Presto repo.
./mvnw package
# Tests can be skipped as follows
./mvnw package -DskipTests
To install the plugin on an existing Presto instance, you need to copy the
path/to/TileDB-Presto/target/presto-tiledb-<version>
folder to a tiledb
directory under the plugin directory on echo Presto node. On AWS EMR, this directory is /usr/lib/presto/plugin/tiledb/
.Last modified 1yr ago