Skip to content

Commit b721e45

Browse files
authored
Merge pull request #190257 from Clare-Zheng82/0301-Add_HDInsight_TSG_to_Activity_Troubleshoot_doc
Update Activity troubleshooting doc to add HDInsight TSG
2 parents 04b00a7 + cfe879f commit b721e45

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

articles/data-factory/data-factory-troubleshoot-guide.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: troubleshooting
88
ms.custom: synapse
99
ms.topic: troubleshooting
10-
ms.date: 01/28/2022
10+
ms.date: 03/03/2022
1111
ms.author: abnarain
1212
---
1313

@@ -966,7 +966,19 @@ The following table applies to Azure Batch.
966966
967967
:::image type="content" source="./media/connector-troubleshoot-guide/system-trust-store-setting.png" alt-text="Uncheck Use System Trust Store":::
968968
969-
## Web Activity
969+
### HDI activity stuck in preparing for cluster
970+
971+
If the HDI activity is stuck in preparing for cluster, follow the guidelines below:
972+
973+
1. Make sure the timeout is greater than what is described below and wait for the execution to complete or until it is timed out, and wait for Time To Live (TTL) time before submitting new jobs.
974+
975+
*The max default time that it takes to spin up a cluster is 2 hours, and if you have any init script, it will add up, up to another 2 hours.*
976+
977+
2. Make sure the storage and HDI are provisioned in the same region.
978+
3. Make sure that the service principal used for accessing the HDI cluster is valid.
979+
4. If the issue still persists, as a workaround, delete the HDI linked service and re-create it with a new name.
980+
981+
## Web Activity
970982
971983
### Error code: 2128
972984

0 commit comments

Comments
 (0)