Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. On the node where you are installing, execute the command.

    1. 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. 

    2. 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. 

    3. 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.

    4. 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.

  2. 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

D s product
productee
, you must download your CLI packages from the Transformer page after the upgrade is complete. You may be able to execute your packages from the previous release, but backward compatibility of exported CLI packages is not explicitly supported.

When you upgrade to a new version of 

D s product
productee
, you must complete the following steps to ensure that your CLI tools and scripts are upgraded:

...