Skip to content

Enable Delta Lake for Apache Spark OLAC

To enable Delta Lake support for Apache Spark OLAC, before executing the build_privacera_plugin.sh script, set the DELTA_LAKE_ENABLE_FLAG to true.

  1. Navigate to the oss-plugin plugin directory:

    Bash
    cd ~/privacera-oss-plugin
    

  2. Open the penv.sh file and update the following properties:

    Bash
    vi penv.sh
    OSS_DELTA_LAKE_ENABLE=true
    

Comments