In the next release of |
By default, the (CLI) tools are installed on the
during installation. You can use them from there.
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.
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.
The installer is available through a separate file next to the software distribution provided by
.
The appropriate file should be downloaded to the server where you are installing the tools. For more information, see .
Steps:
On the node where you are installing, execute the command.
For CentOS/RHEL6:
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:
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):
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):
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:
/opt/trifacta/bin/ |
When you upgrade to a new version of |
When you upgrade to a new version of , you must complete the following steps to ensure that your CLI tools and scripts are upgraded:
NOTE: There is no guarantee of compatibility between versions of |
For more information, see Changes to the Command Line Interface.