Not able to create a Table in google cloud storage - Query failed checking path gs://xxx #18117
Unanswered
18ksquare24
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Below is the hive connector configuration connector.name=hive
hive.metastore.uri=thrift://10.6.16.41:9083
hive.metastore.username=hive
hive.s3.aws-access-key=""
hive.s3.aws-secret-key=""
hive.s3.path-style-access=true
hive.gcs.json-key-file-path=/share/spark/test-serviceaccount.json
hive.non-managed-table-writes-enabled=true
hive.non-managed-table-creates-enabled=true
i had tested the serviceaccount permisstions, it has storageAdmin and storage object admin permissions at global level in project, it is able to create files using python client.
Do not know what iam doing wrong
Beta Was this translation helpful? Give feedback.
All reactions