cancel
Showing results for 
Search instead for 
Did you mean: 
Data Governance
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Data_Analytics1
by Contributor III
  • 14275 Views
  • 11 replies
  • 3 kudos

File not found error.

FileNotFoundError: [Errno 2] No such file or directory: '/dbfs/FileStore/config.share'When I am trying to read the config.share file, it is throwing this error. I tried with spark path format as well which is dbfs:/FileStore/config.share' but it also...

  • 14275 Views
  • 11 replies
  • 3 kudos
Latest Reply
raghu2
New Contributor III
  • 3 kudos

Was able to resolve the issue by adding pyOpenSSL library to the cluster.

  • 3 kudos
10 More Replies
JohnUrban
by New Contributor III
  • 1153 Views
  • 4 replies
  • 4 kudos

Advanced Search on Tables getting error

I click on the Search box on the top bar of the databricks workspace and select "Open advanced search". A dialog pops up with the Tables tab selected and an error below that says: "An error occurred while fetching search results. Please try again lat...

  • 1153 Views
  • 4 replies
  • 4 kudos
Latest Reply
Anonymous
Not applicable
  • 4 kudos

Hi @John Urban​ Hope everything is going great.Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us so we...

  • 4 kudos
3 More Replies
Robin_LOCHE
by New Contributor II
  • 2197 Views
  • 2 replies
  • 0 kudos

Error 'Missing Credential Scope' when using R Sparklyr on runtime > 10.4

We have multiple processing chains that uses R notebooks with Sparklyr, and we try to migrate them from runtime 10.4 to 12.2. unfortunately, there seems to be an incompatibility with Sparlyr with runtimes > 10.4:Steps to reproduce:1) Create a noteboo...

  • 2197 Views
  • 2 replies
  • 0 kudos
Latest Reply
Anonymous
Not applicable
  • 0 kudos

Hi @Robin LOCHE​ Thank you for posting your question in our community! We are happy to assist you.To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answers y...

  • 0 kudos
1 More Replies
joe_zhou
by New Contributor III
  • 3625 Views
  • 11 replies
  • 0 kudos

Resolved! Error: "Access validation failed" and error detail is "PERMISSION_DENIED: Cannot find shard endpoint for shard az-eastasia"

HiGetting the error message as below: when following the tutorial:Get started using Unity Catalog - Azure Databricks | Microsoft Learnin the section of "Create your first metastore and attach a workspace" with both storage and connector information f...

Databricks-create-metastore
  • 3625 Views
  • 11 replies
  • 0 kudos
Latest Reply
Andrew_Li
New Contributor III
  • 0 kudos

This is a bug, thanks for reporting it! Databricks engineers would address this soon.

  • 0 kudos
10 More Replies
129876
by New Contributor III
  • 1211 Views
  • 2 replies
  • 2 kudos

Unable to run spark sql commands from ipywidget button click event

I'm unable to run any command that queries data from the unity catalog within a function that executes in the event of an ipywidget button click. Code block below. I cannot do queries such as spark.sql(f"SHOW SCHEMAS;") or spark.sql(f"select * from d...

  • 1211 Views
  • 2 replies
  • 2 kudos
Latest Reply
Atanu
Esteemed Contributor
  • 2 kudos

can you try to println out? val databricksApiTokenKey = CredentialContext.INHERITED_PROPERTY_DATABRICKS_API_TOKEN val databricksApiCredentialOpt = CredentialContext.getCredential(databricksApiTokenKey) val rawUrlProp = spark.sparkContext.get...

  • 2 kudos
1 More Replies
Labels