Skip to content

Commit d022042

Browse files
20250227 edit pass
1 parent 7b90f93 commit d022042

File tree

5 files changed

+14
-16
lines changed

5 files changed

+14
-16
lines changed

articles/synapse-analytics/spark/apache-spark-handle-livy-error.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ The following section lists some error types that are currently supported. We're
3131

3232
Each error code falls under one of the following four buckets:
3333

34-
1. **User** - Indicating a user error
35-
1. **System** - Indicating a system error
36-
1. **Ambiguous** - Could be either user or system error
37-
1. **Unknown** - No classification yet, most probably because the error type isn't included in the model
34+
- **User** - Indicating a user error
35+
- **System** - Indicating a system error
36+
- **Ambiguous** - Could be either user or system error
37+
- **Unknown** - No classification yet, most probably because the error type isn't included in the model
3838

3939
## Error code examples for each classification type
4040

articles/synapse-analytics/sql/resources-self-help-sql-on-demand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ This is a public preview limitation. Drop and re-create the Delta table in Spark
992992

993993
### Query timeout or performance degradation on a table
994994

995-
When the original table in Spark or Dataverse is modified, the corresponding tables in the serverless pool is automatically recreated. This process results in the loss of existing statistics on the table. Without these statistics, queries on the table may experience delays or even timeouts.
995+
When the original table in Spark or Dataverse is modified, the corresponding tables in the serverless pool are automatically recreated. This process results in the loss of existing statistics on the table. Without these statistics, queries on the table may experience delays or even timeouts.
996996

997997
If you encounter this issue, consider setting up a job to recreate statistics on the tables after changes in Spark/Dataverse or on a regular schedule.
998998

articles/synapse-analytics/troubleshoot/troubleshoot-synapse-studio-and-storage-connectivity.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,21 @@ If your storage account lacks the proper permissions, you aren't able to expand
2020

2121
The detailed error message might vary, but the general meaning of the error message is: "This request isn't authorized to perform this operation.".
2222

23-
In the linked storage node:
24-
:::image type="content" source="media/troubleshoot-synapse-studio-and-storage-connectivity/storage-connectivity-issue-1.png" alt-text="Storage connectivity issue 1.":::
23+
In the linked storage node:
2524

26-
In the storage container node:
27-
:::image type="content" source="media/troubleshoot-synapse-studio-and-storage-connectivity/storage-connectivity-issue-1a.png" alt-text="Storage connectivity issue 1a." lightbox="media/troubleshoot-synapse-studio-and-storage-connectivity/storage-connectivity-issue-1a.png":::
25+
:::image type="content" source="media/troubleshoot-synapse-studio-and-storage-connectivity/storage-connectivity-issue-1.png" alt-text="Screenshot from the Azure portal of the permissions storage connectivity issue.":::
26+
27+
In the storage container node:
28+
29+
:::image type="content" source="media/troubleshoot-synapse-studio-and-storage-connectivity/storage-connectivity-issue-1a.png" alt-text="Screenshot from the Azure portal of the storage permissions error message." lightbox="media/troubleshoot-synapse-studio-and-storage-connectivity/storage-connectivity-issue-1a.png":::
2830

2931
**SOLUTION**: To assign your account to the proper role, see [Assign an Azure role for access to blob data](../../storage/blobs/assign-azure-role-data-access.md)
3032

3133
## Case #2: Failed to send the request to storage server
3234

33-
When selecting the arrow to expand the storage structure in "Data" --> "Linked" in Synapse Studio, you might see the "REQUEST_SEND_ERROR" issue in the left panel. See the issue symptom screenshot:
34-
35-
In the linked storage node:
36-
:::image type="content" source="media/troubleshoot-synapse-studio-and-storage-connectivity/storage-connectivity-issue-2.png" alt-text="Storage connectivity issue 2.":::
35+
When selecting the arrow to expand the storage structure in "Data" --> "Linked" in Synapse Studio, you might see the "REQUEST_SEND_ERROR" issue in the linked storage node or the storage container node. For example, in the linked storage node:
3736

38-
In the storage container node:
39-
:::image type="content" source="media/troubleshoot-synapse-studio-and-storage-connectivity/storage-connectivity-issue-2a.png" alt-text="Storage connectivity issue 2a." lightbox="media/troubleshoot-synapse-studio-and-storage-connectivity/storage-connectivity-issue-2a.png":::
37+
:::image type="content" source="media/troubleshoot-synapse-studio-and-storage-connectivity/storage-connectivity-issue-2.png" alt-text="Screenshot from the Azure portal of the REQUEST_SEND_ERROR message.":::
4038

4139
There might be several possible reasons behind this issue:
4240

articles/synapse-analytics/troubleshoot/troubleshoot-synapse-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ If possible, please try to switch your network environment, such as inside/outsi
145145

146146
+ If you can run notebook on a different workstation but in the same network environment, ensure you didn't install any browser plugin that might block the WebSocket request.
147147

148-
Otherwise, contact your network administrator and ensure the outbound WebSocket requests with the following URL pattern is allowed and their request header is not redacted: `wss://{workspace}.dev.azuresynapse.net/{path}`
148+
Otherwise, contact your network administrator and ensure the outbound WebSocket requests with the following URL pattern are allowed and their request header is not redacted: `wss://{workspace}.dev.azuresynapse.net/{path}`
149149

150150
- `{workspace}` is the Synapse workspace name
151151
- `{path}` indicates any sub-path (for example, slash character is included) in URI

0 commit comments

Comments
 (0)