Managing the Trino Gateway Mpack

Installing the Mpack

Perform the following steps to install the Ambari Trino Gateway Mpack.

  1. Download the Mpack

Download the Trino Gateway Mpack from the current released Mpack mirror URL.

  1. Upload to the Ambari Server

Copy the Mpack archive to the Ambari server.

  1. Step 3: Install the Mpack

Run the following commands on the Ambari server:

ambari-server install-mpack --mpack=ambari-mpacks-trino-472.tar.gz --verbose ambari-server restart

Uninstalling the Mpack

Before uninstalling:

  1. Back up the configuration files located in:

/etc/trino-gateway/conf
  1. Stop the Trino Gateway service from Ambari.

  2. Delete the service from Ambari.

Once the Ambari operation completes, run the following commands on the Ambari server:

ambari-server uninstall-mpack --mpack trino-gateway-ambari-mpack --verbose ambari-server restart


  Last updated