Cluster Configuration

StreamAnalytix enables automated configuration if the cluster is a CDH, HDInsight or HDP cluster.

Log in StreamAnalytix and go to Setup. Select Cluster Configuration and enter login details for the cluster manager. Upon clicking Save, all the managed services will be fetched.

If the Cloudera manager/Ambari server is enabled with SSL security then the user needs to import host’s .pem file into StreamAnalytix host JVM.

Similarly, if other services are enabled with SSL then the user needs to import service host's .pem into StreamAnalytix JVM

keytool -import -alias < alias name of the .pem > -file <certificate path> -keystore $JAVA_HOME/jre/lib/security/cacerts -storepass changeit