Questions tagged [delta-sharing]
7 questions
2
votes
0 answers
Connecting delta sharing to other services
I have a delta sharing server running, but can't access it in Power BI - "Access to the resource is forbidden", Spark doesn't work either - "FileReadException: Error while reading file delta-sharing". I can see in logs that my delta sharing server…

banest
- 53
- 4
2
votes
0 answers
Delta-Share :An error occurred while calling o31.load
Testing Databricks Delta-share and got below error.
py4j.protocol.Py4JJavaError: An error occurred while calling o31.load.
: java.lang.ClassNotFoundException: Failed to find data source: deltaSharing. Please find packages at…

ambariCloud
- 21
- 1
1
vote
0 answers
Scala object mapper exception while creating delta sharing rest client in Java
I am trying to create a delta sharing rest client which is accessing shares located in azure blob storage. It's throwing this exception : java.lang.NoClassDefFoundError: com/fasterxml/jackson/module/scala/ScalaObjectMapper
Below is my client…

kaundinya
- 11
- 3
1
vote
0 answers
How to Renew Token/Activation Link for a Delta Share Recipient?
Seems like the old token expired. Is there a way to renew without deleting the recipient?

jencake
- 121
- 5
0
votes
1 answer
Python Delta_Sharing SSL certificate verify failed: self signed cert
I've not been able to find an answer that fixes this SSL error for delta_sharing
import delta_sharing
import pandas as pd
delta_sharing.SharingClient("").list_all_tables()
This takes several minutes and then complains Max retries…

alexrai93
- 266
- 2
- 6
0
votes
0 answers
Delta Sharing performance inside Databricks
Is there some performance penalty if delta sharing is used between two Databricks workspaces, comparing to access if two workspaces use same unity catalog metastore?

partlov
- 13,789
- 6
- 63
- 82
0
votes
1 answer
DeltaSharing with CDF complains: cdf is not enabled on table - although reading with Delta lake works
SETUP:
Spark: 3.2.3
DeltaSharing Test-Server running locally
I am writing and reading data into a Deltalake with Spark.
Now I like to enable CDF for being able to read only the changes permanently with using DeltaSharing. DeltaSharing without CDF…

thhappy
- 13
- 2