Before You Install Standalone

Prerequisites

Download the Collibra DQ install package

You can download the DQ installation package from the Collibra Product Resource Center.

Note For additional download options, contact your Account Team.

Save the package in a directory on the CDQ VM, to be extracted later for the install.

Extract the file:

Copy
tar -xvf dq-full-package.tar.gz

(Optional) Clean up:

Copy
rm dq-full-package.tar.gz

Set the environment variables

Set the following environment variables:

  • OWL_BASE: The directory to install DQ files
  • OWL_METASTORE_USER: The default username for the PostgreSQL server
  • OWL_METASTORE_PASS: The default password for the PostgreSQL server. It must adhere to the following password policy:
    • Minimum length of 8 characters
    • Maximum length of 72 characters
    • At least one upper-case letter
    • At least one numeric character
    • At least one special character (supported are !,%,&,@,#,$,^,,?,_,~)*
    • Password cannot contain the PostgreSQL username
  • SPARK_PACKAGE
  • DQ_ADMIN_USER_PASSWORD: The password for the admin account on the DQ Web application. It must adhere to the following password policy:
    • Minimum length of 8 characters
    • Maximum length of 72 characters
    • At least one upper-case letter
    • At least one numeric character
    • At least one special character (supported are !,%,&,@,#,$,^,,?,_,~)*
    • Password cannot contain the username (admin)

For example, execute the following commands to set the environment variables:

Copy
export OWL_BASE=$(pwd)
export OWL_METASTORE_USER=postgres
export OWL_METASTORE_PASS=H55Mt5EbXh1a%\$aiX6
export SPARK_PACKAGE=spark-3.5.3-bin-hadoop3.tgz
export DQ_ADMIN_USER_PASSWORD=<password>

What's next?

Install Standalone