Presto C++ Plugins¶
This page lists the plugins in Presto C++ that are available for various use cases such as to load User Defined Functions (UDFs) and describes the setup needed to use these plugins.
Setup¶
Place the plugin shared libraries in the
plugindirectory.For each worker, edit the
config.propertiesfile to set theplugin.dirproperty to the path of theplugindirectory.If
plugin.diris not specified, the path to this directory defaults to theplugindirectory relative to the directory in which the process is being run.Start or restart the coordinator and workers to pick up any placed libraries.
Note: To avoid issues with ABI compatibility, it is strongly recommended to recompile all shared library plugins during OS and Presto version upgrades.