<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Setup on</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/</link><description>Recent content in Setup on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Sun, 11 Dec 2022 19:37:55 +0530</lastBuildDate><atom:link href="https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/index.xml" rel="self" type="application/rss+xml"/><item><title>Gathr Setup using Manual Deployment</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/gathr-setup/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/gathr-setup/</guid><description>After login to the Gathr application, do the setup as follows:
The Setup option can be accessed from Settings &amp;gt; Setup.
The Setup page contains various tabs:
Cluster Configuration →
Gathr Settings →
Database →
Messaging Queue →
Elasticsearch →
Cassandra →
Version Control →</description></item><item><title>Cluster Configuration</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/cluster-configuration/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/cluster-configuration/</guid><description>Gathr enables automated configuration if the cluster is a CDP, or Apache cluster.
Log in to Gathr and go to Setup from the main menu.
Select Cluster Configuration and enter the 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 the host’s .pem file into the Gathr host JVM.</description></item><item><title>Cluster Configuration for Apache</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/cluster-configuration-for-apache/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/cluster-configuration-for-apache/</guid><description>💡 The component versions that are mentioned in this sub-topic are for representational purpose only. For the Gathr supported component version details, see Component Versions Supported →
Login to Gathr using Superuser credentials and go to Configuration from the main menu.
Select the Web Studio tile and click on the Zookeeper tab.
Provide value for the following property:
Field Description Host List The comma separated list of all the nodes of Zookeeper cluster.</description></item><item><title>Cluster Configuration for CDP Using Cloudera Manager</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/cluster-configuration-for-cdh-and-cdp/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/cluster-configuration-for-cdh-and-cdp/</guid><description>💡 The component versions that are mentioned in this sub-topic are for representational purpose only. For the Gathr supported component version details, see Component Versions Supported →
Login to Gathr using Superuser credentials and go to Setup from the main menu.
Select Cluster Configuration tile and configure the properties as given below:
Provide values for the following properties:
Field Description Cluster Manager Select the cluster manager as Cloudera Manager. URL Provide the Cloudera Manager URL as below User Name Username for Cloudera Manager Password Password for Cloudera Manager Cluster Name Provide the Cloudera Manager cluster name Enable Kerberos Enable Kerberos allows Kerberos configuration from cluster manager be configured in Gathr.</description></item><item><title>Configure Gathr with HTTPS</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/configure-gathr-with-https/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/configure-gathr-with-https/</guid><description>Save keystore.jks and truststore.jks certificates.
Import these certificates in $JAVA\_HOME/jre/lib/security/cacerts
Example: keytool -import -alias cmagent\_&amp;lt;hostname&amp;gt; -file &amp;lt;path of the file&amp;gt; /&amp;lt;file-name&amp;gt; -keystore $JAVA\_HOME/jre/lib/security/cacerts -storepass changeit
Update the below mentioned configuration under Configuration &amp;gt; Processing Engine &amp;gt; Spark.
Change the Resource manager WEB port from 8088 to 8090 or the port number of Resource Manager.
If either of the services are running on HTTPS, Gathr, Spark or Cloudera Manager, respectively you can configure the same under configuration:</description></item><item><title>Gathr Settings</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/gathr-miscellaneous-properties/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/gathr-miscellaneous-properties/</guid><description>Go to Setup from the main menu and click on the Gathr tab.
Provide values for the following properties:
Field Description Gathr Web URL Configure Gathr Web URL as below. Zookeeper Gathr Node Zookeeper Gathr node is where Webstudio specific properties are managed. Zookeeper Configuration Node Zookeeper configuration node is where all the YAML properties are managed. Password Encryption Required Enable Password Encryption Required, to encrypt all password fields. Spark Home Spark Home is the path to Spark Installation on machine where Gathr Studio is installed.</description></item><item><title>Database</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/database-setup/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/database-setup/</guid><description>Go to Setup from the main menu and click on the Database tab.
Provide values for the following properties:
Field Description Connection URL Provide the JDBC connection URL.
Supported Database deployment are PostgreSQL, Oracle, MySQL and MSSQL.
jdbc:postgresql://&amp;lt;db_host&amp;gt;:&amp;lt;db_port&amp;gt;/gathr. User Provide username. Password Provide password. Run Script Select run script option if all the SQL scripts needs to be executed into the configured database.
Run script will execute all the SQL scripts (DDL &amp;amp; DML) in configured RDBMS database, however with 3.</description></item><item><title>Messaging Queue</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/messaging-queue-setup/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/messaging-queue-setup/</guid><description>Go to Setup from the main menu and click on the Messaging Queue tab.
Provide values for the following properties:
Field Description Messaging Type Select Messaging Type - Supported types are RABBITMQ and ACTIVEMQ Host List Comma separated host list where RabbitMQ is deployed in format &amp;lt;rmq_host1&amp;gt;:&amp;lt;rmq_port&amp;gt;, &amp;lt;rmq_host2&amp;gt;:&amp;lt;rmq_port&amp;gt; User Provide RabbitMQ login username. Password Provide RabbitMQ login password.</description></item><item><title>Elasticsearch</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/elasticsearch-setup/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/elasticsearch-setup/</guid><description>Go to Setup from the main menu and click on the Elasticsearch tab.
Provide values for the following properties:
Field Description Elasticsearch Connection URL Provide Elasticsearch connection URL as below:
&amp;lt;es_host&amp;gt;:&amp;lt;es_connetion_port&amp;gt; Elasticsearch HTTP Port Provide http port Elasticsearch Cluster Name Provide cluster name Enable Security Provide RabbitMQ login password. Enable Security If security is enabled on Elasticsearch set this to true. Enable Authentication If Authentication is enabled on Elasticsearch check the check box Enable SSL If SSL is enabled check the checkbox Keystore Password Elasticsearch Keystore password</description></item><item><title>Cassandra</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/cassandra-setup/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/setup/cassandra-setup/</guid><description>Go to Setup from the main menu and click on the Cassandra tab.
Provide values for the following properties:
Field Description Cassandra Host List Provide the addresses of servers where Cassandra is running. Cassandra User Provide the username for Cassandra datastore authentication. Cassandra Password Provide the password for Cassandra datastore authentication.</description></item></channel></rss>