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 inhive-metastore/secrets
directories.Place the key JSON file name in
hive.gcsKeyFile
in thevalues.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/