Updating the API Key for an External Metastore

Update the API key for an external metastore for a Big Data Service cluster.

    1. On the Clusters list page, select the cluster that you want to work with. If you need help finding the list page or the cluster, see Listing Clusters in a Compartment.
    2. On the Cluster details page, under Resources, select Metastore configurations.

      The default local metastore is listed. An external metastore is also listed if you have created one.

    3. From the Actions menu Actions Menu for the external metastore configuration, select Update API key.
    4. In the Update API key panel, select the new API key.
    5. Enter the API key passphrase for the new API key.
    6. Enter the cluster administrator password for the cluster.
    7. Select Update.
  • Use the oci bds bds-metastore-configuration update command and required parameters to update the API key for an external metastore.

    oci bds bds-metastore-configuration activate --bds-instance-id <bds_instance_id> --cluster-admin-password <cluster_admin_password> --metastore-config-id <metastore_config_id> [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference for Big Data.

  • Use the UpdateBdsMetastoreConfiguration operation to update the API key for an external metastore.