How to Fix Synapse Spark pool Job Execution Error

Kate Zhang 0 Reputation points
2023-01-19T21:06:54.5433333+00:00

When I ran a notebook with below code

%%pyspark
df = spark.read.load('abfss://******@sasyoccutableaudev.dfs.core.windows.net/Report.ACCOUNT.parquet', format='parquet')
display(df.limit(10))

I got Py4JJavaError: An error occurred while calling o1659.load. : Status code: -1 error code: null error message: InvalidAbfsRestOperationExceptionjava.net.UnknownHostException: sasyoccutableaudev.dfs.core.windows.net

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bhargava-MSFT 31,261 Reputation points Microsoft Employee Moderator
    2023-01-26T00:53:15.1133333+00:00

    Hello @Kate Zhang,

    Welcome to the MS Q&A platform.

    On the storage account container level, can you please switch the Authentication method to "Access key" and see if it helps?

    User's image

    0 comments No comments

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.