Configuring and Accessing Object Storage

You can access Object Storage from Trino for both your HA and non-HA clusters.

You must Creating an Object Storage API Key for a Cluster in the cluster before configuring access to Object Storage from Trino.
  1. Access Apache Ambari.
  2. From the side toolbar, under Services click HDFS.
  3. Click Configs.
  4. Update the following configs under Custom core-site. The values of these configs can be found in the Object Storage configuration file in your cluster.
    • fs.oci.client.auth.fingerprint
    • fs.oci.client.auth.passphrase
    • fs.oci.client.auth.pemfilepath
    • fs.oci.client.auth.tenantId
    • fs.oci.client.auth.userId
    • fs.oci.client.regionCodeOrId
  5. Follow prompts to restart the HDFS service.