Cluster Configuration for CDH Using Cloudera Manager
Login to StreamAnalytix using Superuser credentials and go to Setup from left navigation pane.
1. Select Cluster Configuration tile and configure the properties as given below:
Provide values for the following properties:
Click Save and configure all managed services that are supported in StreamAnalytix with its progress.
NOTE: Livy configuration is not supported through setup simplification process; please make sure that StreamAnalytix is pointing to correct Livy URL which looks as follows:
Livy URL for CDH/Apache: http://localhost:8998
To install Livy on CDH environment and configure in StreamAnalytix, do as follows:
1. Download apache binary from below url:
http://archive.apache.org/dist/incubator/livy/0.6.0-incubating/apache-livy-0.6.0-incubating-bin.zip
2. Extact zip file using below command:
3. Update livy config file with below parameters.
4. If we need to enable Kerberos authentication then we need to update below configuration, for this we need to generate keytabs then update the configuration.
5. Start livy using below command
6. Livy server URL is: http://<hostname>:8998
NOTE: This URL needs to be configured in the StreamAnalytix application under the Processing Engine configuration.