Installation
Install Tamr Core on a single server with default values for all configuration variables and dependencies.
This section describes how to install Tamr Core in a single-node deployment. If you are installing Tamr Core in a cloud-native deployment, see one of the following:
- Deploying Tamr Core on AWS
- Deploying Tamr Core on Azure
- Deploying Tamr Core on Google Cloud Platform
Tamr Core Software Package Dependent Components
The Tamr software bundle is unify.zip
. In addition to the Tamr Core software package, the software bundle includes the following dependencies:
Dependency | Version |
---|---|
Java | OpenJDK 17 |
Elasticsearch | 6.8.2 |
Spark | 3.1.3 |
YARN | 3.2.4 |
Hadoop | 3.2.4 |
HBase | 2.3.6 |
ZooKeeper | 3.4.14 |
High-Level Installation Steps
- Before installing, review and complete the requirements.
- Install NGINX.
- Install PostgreSQL.
- Create the database and database user.
- Install Tamr Core and its dependencies.
- Set the license key.
- Restart Tamr Core.
- Update security configurations.
- Restart Tamr Core.
- Run validation health checks.
- After installation is complete, verify the installation.
Updated 5 months ago