Installing and configuring databases

Configure external databases using FIPS-compliant JDBC drivers and Bouncy Castle FIPS Keystore (BCFKS) formats to establish secure TLS connections across cluster components.

  1. Configure the database to meet FIPS requirements by following the guidelines provided by your database vendor.
  2. Enable TLS/SSL client support on your database, to maintain FIPS compliance for all Java Database Connectivity (JDBC) connections. For details, refer to your databse vendor documentation.
  3. Set up the JDBC Driver with TLS/SSL and Bouncy Castle FIPS Keystore (BCFKS) to comply with FIPS standards. For additional details, see Configuring SSL/TLS from the various CDH Services to their respective PostgreSQL Databases.
  4. Complete all the database configurations to ensure that they are fully prepared for integration with Cloudera Runtime and Cloudera Manager components. For instaructions, see Install and Configure PostgreSQL for Cloudera.
  5. Start the Cloudera Manager instance and run the following command to start the server:
    sudo systemctl start cloudera-scm-server
Configure the Spark Cluster