Configure Multiple Master Nodes (MMN) in EMR¶
If you are using multiple master nodes in Amazon EMR, you need to update the EMR creation script to include the Privacera configurations for multiple master nodes.
-
SSH to the instance where Privacera is installed.
-
Run the following command to navigate to the /config directory.
Bash -
Run the following command to open the .yml file to be edited.
Bash -
Add the below property and set the value to the desired number of master nodes. For example, to set the number of master nodes to 3, add the following property:
Bash -
Once the properties are configured, run the following commands to update your Privacera Manager platform instance:
Step 1 - Setup which generates the helm charts. This step usually takes few minutes.
Step 2 - Apply the Privacera Manager helm charts. Step 3 - Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on. -
After the
post-install
, create a new cluster with newly generatedemr-template.json
file from output directory.
- Prev topic: Advanced Configuration