Enable FGAC and OLAC Plugins in EMR Cluster

To enable both Fine-Grained Access Control (FGAC) and Object-Level Access Control (OLAC) in an EMR cluster, follow these steps:

  1. SSH into the instance where Privacera Manager is installed

  2. Edit the emr configuration file

    Bash
     cd ~/privacera/privacera-manager
     vi config/custom-vars/vars.emr.yml
    

  3. Enable below properties and set to true.

    Bash
    EMR_APP_SPARK_OLAC_ENABLE: "true"
    EMR_APP_SPARK_FGAC_ENABLE: "true"
    

  4. Run post-install

    Bash
    cd ~/privaera/privacera-manager
    ./privacera-manager.sh post-install
    

  5. Once the post-install is complete, all cloud-formation JSON template files will be available at the following path:

    Bash
    cd ~/privaera/privacera-manager/output/emr
    

  6. Creater cluster Refer to the Create Cluster section for more details.

Comments