delta-sharing icon indicating copy to clipboard operation
delta-sharing copied to clipboard

Getting a Caused by: java.lang.ClassNotFoundException: deltaSharing.DefaultSource exception

Open tpang-cxl opened this issue 2 years ago • 4 comments

got this exception when using the delta_sharing.load_as_spark() function, could you take a look at why this is happening? Thanks

tpang-cxl avatar May 13 '23 19:05 tpang-cxl

Which release version are you using?

wchau avatar May 17 '23 23:05 wchau

Have you tried installing delta sharing spark?

wchau avatar May 17 '23 23:05 wchau

@tpang-cxl

linzhou-db avatar Jun 01 '23 00:06 linzhou-db

Yes I did. But I figured out that I need to add the deltasharing package when In create the Spark instance: .config("spark.jars.packages", "io.delta:delta-sharing-spark_2.12:0.6.4") Thanks for getting back to me, you can close the ticket

On Wed, May 31, 2023 at 8:47 PM Lin Zhou @.***> wrote:

Assigned #307 https://github.com/delta-io/delta-sharing/issues/307 to @tpang-cxl https://github.com/tpang-cxl.

— Reply to this email directly, view it on GitHub https://github.com/delta-io/delta-sharing/issues/307#event-9396831435, or unsubscribe https://github.com/notifications/unsubscribe-auth/A32QU7SXEYEIZBKGAK6U64LXI7RBNANCNFSM6AAAAAAYAVWATY . You are receiving this because you were assigned.Message ID: @.***>

tpang-cxl avatar Jun 01 '23 11:06 tpang-cxl