Skip to content

Prerequisites

Prerequisites

  • Privacera Encryption must be enabled. If it is not enabled, activate it via the Privacera Manager.For details, see Privacera Encryption.
  • Familiarity with encryption scheme creation and management in Privacera is required. Refer to Privacera Schemes Overview for more information.
  • Vertica Cluster Requirements:
    • SSH access to the cluster.
    • Vertica cluster should be running.
    • Java must be installed on all nodes.
    • wget and unzip utilities should be available.

Install missing dependencies (if required):

Bash
1
2
3
sudo apt-get update
sudo apt install wget
sudo apt install unzip

Comments