Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version next
Excerpt

After you have prepared your environment for installation, please complete the following steps to install the 

D s platform
.

1. Install OpenJDK

You must install a supported version of OpenJDK on the  

D s item
itemnode
.

Info

NOTE: If you are integrating with S3, a different version of Java may be required. For more information, see System Requirements.

Install commands:

Centos/RHEL:

Code Block
sudo yum install java-1.8.0-openjdk-1.8.0 java-1.8.0-openjdk-devel
Info

NOTE: If java-1.8.0-openjdk-devel is not included, the batch job runner service, which is required, fails to start.

Ubuntu:

Code Block
sudo apt-get install openjdk-8-jre-headless

JAVA_HOME:

By default, the JAVA_HOME environment variable is configured to point to a default install location for the OpenJDK package. The property value must be updated in the following locations:

  1. Edit the following file: /opt/trifacta/conf/env.sh

  2. Save changes.
  3. D s config
    methodt
  4. Update the following parameter value:

    Code Block
    "env.JAVA_HOME": "/usr/lib/jvm/java-1.8.0-openjdk.x86_64",
  5. Save changes.

2. Install Dependencies

Info

NOTE: Install curl if not present on your system.

Install dependencies with Internet access for CentOS or RHEL:

Use the following to add the hosted package repository for CentOS/RHEL, which will automatically install the proper packages for your environment. These steps also install the proper version of PostgreSQL and the 

D s item
database
database
.

 

Code Block
# If the client has curl installed ...
curl https://packagecloud.io/install/repositories/trifacta/dependencies/script.rpm.sh | sudo bash
 
# Otherwise, you can also use wget ...
wget -qO- https://packagecloud.io/install/repositories/trifacta/dependencies/script.rpm.sh | sudo bash

 

Install dependencies with Internet access for Ubuntu:

Use the following to add the hosted package repository for Ubuntu, which will automatically install the proper packages for your environment. 

Info

NOTE: When dependencies are acquired for Ubuntu, the operating system grabs the latest version of a dependency, even if it is later than the version on which the software is dependent. In some cases, this mismatch can result in installation errors, which can be fixed by manually installing the dependency with the correct version.

Then, execute the following command: 

Code Block
curl https://packagecloud.io/install/repositories/trifacta/dependencies/script.deb.sh | sudo bash


Include Page
Install Dependencies without Internet Access
Install Dependencies without Internet Access

3. Install  
D s item
itempackage

Info

NOTE: Installing the

D s platform
in a different directory other than the default one is not supported.

For CentOS or RHEL:

Install the package with yum, using root:

Code Block
sudo yum install <rpm file>

For Ubuntu:

Install the package with apt, using root:

Code Block
sudo dpkg -i <deb file>

The previous line may return an error message, which you may ignore. Continue with the following command: 

Code Block
sudo apt-get -f -y install

The product is installed in the following directory: 

Code Block
/opt/trifacta

4. Install License Key

Please install the license key provided to you by 

D s company
formalfalse
 into the following directory:

Code Block
/opt/trifacta/license

For more information, see License Key.

5. Store install packages

For safekeeping, you should retain all install packages that have been installed with this 

D s item
itemdeployment
.

6. Install databases

Use the following commands to install the

D s item
itemdatabases
in a local instance of PostgreSQL.

Excerpt Include
Install Databases for PostgreSQL
Install Databases for PostgreSQL
nopaneltrue

7. Configure databases

Include Page
Configure the Databases
Configure the Databases

For more information, see Configure the Databases.

If needed, you can change the default database port. See Change Database Port.