D toc |
---|
By default, the
D s item | ||||
---|---|---|---|---|
|
D s item | ||||
---|---|---|---|---|
|
Optionally, you can install the CLI tools on a separate server. For example, you might want to create a dedicated server from which you can run a set of predefined jobs on a periodic basis.
Info | |
---|---|
NOTE: The location from where you are running the CLI tools must be able to access the pre-installed instance of the
|
This section describes how to download and install the CLI tools on a dedicated server.
Download
The
D s item | ||||
---|---|---|---|---|
|
D s company |
---|
- *.RPM for CentOS/RHEL
- *.DEB for Ubuntu
The appropriate file should be downloaded to the server where you are installing the tools. For more information, see
D s support |
---|
Install
Steps:
On the node where you are installing, execute the command.
For CentOS/RHEL6:
Code Block rpm -Uvh trifacta-cli-X.Y.Z-AAAA.el6.x86_64.rpm
where:
X.Y.Z
= the three-digit release number.AAAA
= internal build number.For CentOS/RHEL7:
Code Block rpm -Uvh trifacta-cli-X.Y.Z-AAAA.el7.x86_64.rpm
where:
X.Y.Z
= the three-digit release number.AAAA
= internal build number.For Ubuntu 14.04 (Trusty):
Code Block sudo dpkg -i trifacta-cli_X.Y.Z-AAAA~trusty_amd64.deb
where:
X.Y.Z
= the three-digit release number.AAAA
= internal build number.For Ubuntu 16.04 (Xenial):
Code Block sudo dpkg -i trifacta-cli_X.Y.Z-AAAA~xenial_amd64.deb
where:
X.Y.Z
= the three-digit release number.AAAA
= internal build number.
When the installation is complete, you can begin using the tools. The tools are installed in the following directory:
Code Block /opt/trifacta/bin/
Upgrade
Warning | ||||
---|---|---|---|---|
When you upgrade to a new version of |
When you upgrade to a new version of
D s product | ||
---|---|---|
|
Info | ||||
---|---|---|---|---|
NOTE: There is no guarantee of compatibility between versions of
|
- Download and install the new version of the CLI tools. See earlier in this section.
- Unless changes are required, you can try to run your CLI scripts using the CLI packages that you downloaded from the previous version. If your scripts fail when running jobs, then you should try to re-download the packages from the Transformer page. For more information, see Recipe Panel.
For more information, see Changes to the Command Line Interface.