USER MANUALS

Google Cloud Storage

For accessing datasets in Google Cloud Storage you have to:

  • Place the key JSON file for the Google Cloud service account in presto/secrets and in hive-metastore/secrets directories.

  • Place the key JSON file name in hive.gcsKeyFile in the values.yaml.

  • Execute the kubectl create secret command:

    kubectl create secret generic mpp-credentials --from-literal=METASTORE_DB_PASSWORD=hive
    
  • Run helm install command:

    helm install prestocluster prestocluster/
    
Add feedback