While running SQL query in Azure Databricks workspace i.e. on SQL warehouse as well as on UC enabled shared cluster facing an SSL handshake error

Ashwini Gaikwad 130 Reputation points
2024-06-28T10:06:18.7566667+00:00

Hello Team,

We have UC enabled Azure databricks workspace, also the Public access and delta sharing is disabled on our workspace. So while running the below SQL query on SQL Warehouse as well as on UC enabled shared cluster, I am receiving an error.

Please find the query ran on notebook and the error below for your reference

%sql

select workspace_id, entity_id from system.access.table_lineage where entity_type in ('NOTEBOOK') and source_table_catalog != 'system' and source_table_catalog in ('main','test_d') and target_table_catalog in ('main','test_d')

FileReadException: Error while reading file delta-sharing:/91a41d8e4d35b3bdebb6ecdcca04089f166a2fd59888ba6fc39d0fe8563a4a49.uc-deltasharing%253A%252F%252Fsystem.access.table_lineage%2523system.access.table_lineage_20240628_090343_466a14b8/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx/3391xxxxx. Caused by: SSLHandshakeException: Remote host terminated the handshake Caused by: EOFException: SSL peer shut down incorrectly

Request you to please let me know how to resolve this issue.

Regards,

Ashwini Gaikwad

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,132 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,117 questions
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 88,051 Reputation points Microsoft Employee
    2024-07-08T09:32:50.1+00:00

    @Ashwini Gaikwad - I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to accept the answer .

    Ask: While running SQL query in Azure Databricks workspace i.e. on SQL warehouse as well as on UC enabled shared cluster facing an SSL handshake error

    Solution: The issue is resolved by adding the route table for system table storage url ucstprdwesteu.dfs.core.windows.net on adbpublic subnet since public access was disabled on our databricks

    If I missed anything please let me know and I'd be happy to add it to my answer, or feel free to comment below with any additional information.

    If you have any other questions, please let me know. Thank you again for your time and patience throughout this issue.


    Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.