Configure Gathr with HTTPS

  1. Save keystore.jks and truststore.jks certificates.

  2. Import these certificates in $JAVA\_HOME/jre/lib/security/cacerts

    Example: keytool -import -alias cmagent\_<hostname> -file <path of the file> /<file-name> -keystore $JAVA\_HOME/jre/lib/security/cacerts -storepass changeit

  3. Update the below mentioned configuration under Configuration > Processing Engine > Spark.

    Change the Resource manager WEB port from 8088 to 8090 or the port number of Resource Manager.

    Configure_Gathr_with_HTTPS_01

  4. If either of the services are running on HTTPS, Gathr, Spark or Cloudera Manager, respectively you can configure the same under configuration:

    Configure_Gathr_with_HTTPS_02

Top