by
Soma
• Valued Contributor
- 3002 Views
- 0 replies
- 1 kudos
hi Team ,We are using a shared hive metastore for connecting to dev and prod as we need cross DB access for certain ML use-cases.Currently we are having issues as "DROP TABLE COMMAND" directly drops the table without checking the underlying locationH...
- 3002 Views
- 0 replies
- 1 kudos
- 24829 Views
- 9 replies
- 6 kudos
Hi All,I am facing the GC metadata issue while performing distributed computing on Spark. 2022-01-13T22:02:28.467+0000: [GC (Metadata GC Threshold) [PSYoungGen: 458969K->18934K(594944K)] 458969K->18958K(1954816K), 0.0144028 secs] [Times: user=0.05 sy...
- 24829 Views
- 9 replies
- 6 kudos
Latest Reply
Hi @Chandan Angadi​ Hope you are doing well now.Thanks for getting back to us and sending in your solution. Would you like to mark an answer as best?Thanks!
8 More Replies
- 5031 Views
- 1 replies
- 24 kudos
Databricks Runtime 10.5 (Beta) Auto Loader: new SQL function CLOUD_FILES_STATEYou can use the new CLOUD_FILES_STATE function to query the internal state of an Auto Loader stream. Delta Lake: new maxRecordsPerFile option for maximum records written t...
- 5031 Views
- 1 replies
- 24 kudos
Latest Reply
anyone that got CLOUD_FILES_STATE to work on 10.5 Beta/Azure. Syntax:%sqlSELECT * FROM cloud_files_state('abfss://test@test.dfs.core.windows.net/test/checkpoint/'); i get this error: com.databricks.backend.common.rpc.DatabricksExceptions$SQLExecu...
by
Mr__E
• Contributor II
- 7105 Views
- 3 replies
- 1 kudos
I am adding a credential to access MongoDB through the Python MongoDB Spark connector. It is stored as a secret and the `users` group has `MANAGE` ACL privileges. I turned on table ACLs and created a `High Concurrency` compute cluster. I then run a s...
- 7105 Views
- 3 replies
- 1 kudos
Latest Reply
Atanu
Databricks Employee
@Erik Louie​ looks the issue is resolved. Please let me know if you need further help on this. Thanks!
2 More Replies
by
RantoB
• Valued Contributor
- 16460 Views
- 8 replies
- 6 kudos
Hi, I would like to use Delta Sharing but I have not understood how to configure the Delta Sharing Server. Is that fully managed by Databricks ? If so I tried to share a table :%sql
create share first_shareand I got the following error message with t...
- 16460 Views
- 8 replies
- 6 kudos
Latest Reply
Hi @Bertrand BURCKER​ ,This feature is not available yet. If you would like to test it or explore it, then you will need to sign up to get more details once the feature is available. In addition, you could reach out to your account team (in case you...
7 More Replies
- 7082 Views
- 2 replies
- 4 kudos
I found a page that tells the compatibility between Databricks and Hive metastore versions: https://docs.microsoft.com/en-us/azure/databricks/data/metastores/external-hive-metastoreBut the information is only up to Databricks 7.1. Anywhere I can find...
- 7082 Views
- 2 replies
- 4 kudos
Latest Reply
Atanu
Databricks Employee
it still should work with 7.x +. version. Are you seeing any issue on your cluster ? @Jeffrey Mak​
1 More Replies
- 5265 Views
- 2 replies
- 1 kudos
What industry security controls and practices do Databricks follow?
- 5265 Views
- 2 replies
- 1 kudos
Latest Reply
Databricks recently also updated the Security Addendum that is incorporated into our typical contracts. It's now written in plain language, and provides detailed content around security controls and practices. https://databricks.com/security-addendum...
1 More Replies
- 3947 Views
- 1 replies
- 1 kudos
- 3947 Views
- 1 replies
- 1 kudos
Latest Reply
Yes I believe that is in pipeline
- 7333 Views
- 2 replies
- 0 kudos
- 7333 Views
- 2 replies
- 0 kudos
Latest Reply
You could use delta sharing without unity catalog. It is an open protocol for secure real-time exchange of large datasets. There repo at https://github.com/delta-io/delta-sharing also has a reference implementation of the delta sharing server which c...
1 More Replies
- 5246 Views
- 1 replies
- 0 kudos
- 5246 Views
- 1 replies
- 0 kudos
Latest Reply
Yes, you'll have an option to use the existing metastore, an external metastore, and Unity at the same time.
- 4099 Views
- 1 replies
- 1 kudos
- 4099 Views
- 1 replies
- 1 kudos
Latest Reply
Unity Catalog is planned to support multi-cloud architectures from one catalog instance.
- 4155 Views
- 1 replies
- 1 kudos
- 4155 Views
- 1 replies
- 1 kudos
Latest Reply
Yes, UC will have a suite of REST APIs allowing external tools to query it.UC Data Dictionary tables will be available via SQL as well. It is possible to query the UC Data Dictionary via JDBC/ODBC connection, but this requires a running endpoint or c...
- 4654 Views
- 1 replies
- 1 kudos
- 4654 Views
- 1 replies
- 1 kudos
Latest Reply
Yes, this is the vision. The first phase of Unity Catalog is focused on the operational aspects of accessing data i.e. data access controls (Table ACL model, data sharing etc) and auditing. Lineage will be introduced in future phases.