This section contains a set of configuration steps required to enable basic functionality in the , as well as the methods by which you can apply the configuration.
Before you begin any configuration or modification to a working configuration, you should back up the |
Admin Settings page: If the software has been installed and the databases have been initialized, you should be able to start the platform and access the Admin Settings page. For more information, see Platform Configuration Methods.
Tip: Whenever possible, you should use the Admin Settings page of the application for platform configuration. |
Configuration by file: If the application is not available, you can perform configuration changes using the platform files. See below.
Please make backups of any configuration files that you modify and apply changes with caution. |
Tip: If you have not used a Linux text editor, please enter one of the following strings at the command line to see which is available in your environment. nano may be the easiest to use:
|
The are stored in the following directory:
/opt/trifacta/conf
:
Filename | Description |
---|---|
hadoop-site/* | (Hadoop only) Directory for configuration files from the Hadoop cluster to which the platform connects. See Prepare Hadoop for Integration with the Platform. |
nginx.conf | Configuration of the platform's HTTP access. |
| Most customer-facing configuration and product options for all components are stored here. |
NOTE: After saving your changes to the config files, you must restart the |
To manage cookie signing, the platform deploys a shared secret, which is used for guaranteeing data transfer between the web client and the platform.
At install time, the platform inserts a default shared secret. The default 64-character shared secret for the platform is the same for all instances of the platform of the same version. This secret should not be used across multiple deployments of the platform.
NOTE: If your instance of the platform is available on the public Internet or if you have deployed multiple instances of the same release of the platform, cookies can become insecure across instances when the secret is shared across instances. You should get in the habit of changing this value for each installation of the platform. |
Please complete the following steps to change the shared secret.
Steps:
Locate the following parameter:
"sharedSecret": <64_character_value> |
The following configuration steps must be reviewed and completed for all deployments of the :
NOTE: You must define and configure your backend datastore before the platform is operational. |
NOTE: If High Availability is enabled on the cluster, it must be enabled on the |