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/secretsand inhive-metastore/secretsdirectories.Place the key JSON file name in
hive.gcsKeyFilein thevalues.yaml.Execute the
kubectl create secretcommand:kubectl create secret generic mpp-credentials --from-literal=METASTORE_DB_PASSWORD=hive
Run
helm installcommand:helm install prestocluster prestocluster/
