by
Henrik
• New Contributor III
- 7016 Views
- 3 replies
- 0 kudos
Is there any way where I can see what access a group or a user have been given to objects (Tables, views, catalogs etc.)?I noticed that we have the following information_schema tables:catalog_privilegesroutine_privilegestable_privilegesschema_privile...
- 7016 Views
- 3 replies
- 0 kudos
Latest Reply
Hi @Henrik
To grant a user the privilege to query system tables, a metastore admin or another privileged user must grant USE and SELECT permissions on the system schemas.
GRANT USAGE ON CATALOG system TO <user_name>;
GRANT USAGE ON SCHEMA informa...
2 More Replies
- 20478 Views
- 3 replies
- 3 kudos
HiI have around 20 million records in my DF, and want to save it in HORIZINTAL SQL DB.This is error:org.apache.spark.SparkException: Job aborted due to stage failure: A shuffle map stage with indeterminate output was failed and retried. However, Spar...
- 20478 Views
- 3 replies
- 3 kudos
Latest Reply
If there are any failures which may lead to a stage retry, but retrying the stage translates into potentially having an inconsistent result (indeterminacy) then this exception is raised. The exception is raised in newer version where the validation i...
2 More Replies
- 2573 Views
- 0 replies
- 0 kudos
I am running a Kafka producer code on Databricks 12.2. I am testing AVRO serialization of message with help of confluent schema registry. I configured 'to_avro' function to read the schema from schema registry, but I am getting the below error> org.a...
- 2573 Views
- 0 replies
- 0 kudos
- 1551 Views
- 0 replies
- 0 kudos
Hi All,We have a SQL script file with lots of create, insert, and SQL statements. We need to figure out how to identify the dependencies between the statements dynamically(by using either spark/sql or using any program).For example - First, we need t...
- 1551 Views
- 0 replies
- 0 kudos