Skip to content

Deploy a Custom Build for Starburst Trino

This section explains how to deploy a custom build of the Privacera Starburst Trino plugin to your cluster.

Steps to Deploy Custom Build

  1. For setup instructions, refer Setup for Access Management for Trino upto step Create Entrypoint.sh Script

  2. Navigate to the privacera-starburst-trino-plugin directory

    Bash
    cd ~/privacera-starburst-trino-plugin
    

  3. Update the following property in privacera_trino_setup.sh script

    Bash
    export PRIVACERA_BASE_DOWNLOAD_URL=<CUSTOM_PRIVACERA_TRINO_BUILD_URL>
    

  4. After updating the custom build URL property, refer this Setup for Access Management for Starburst Trino.

Verification

  • To verify that the Privacera Trino plugin from the custom build is installed correctly, check the plugin version file
    Bash
    cat /home/starburst/privacera/privacera-trino-plugin/privacera_version.txt
    
  • The privacera_version.txt file should contain the version information that corresponds to your custom build.