I am following the tutorials below and try to submit a Spark Job using the Spark engine in Azure Synapse.
The submission failed with following error:
Error:
{
"code": "SparkJobDefinitionActionFailed",
"message": "Spark job batch request for workspace contosows, spark compute contosospark with session id null failed with a system error. Please try again",
"target": null,
"details": null,
"error": null
}
Can anyone give some guidance/suggestions on how to resolve it?
More information about my setups.
- Region: Southeast Asia for both Azure Synapse workspace + ADLS Gen2
- I grant myself Both Storage Blob Data Owner and Storage Blob Data Contributor roles as suggested.
- Tutorials used:
- https://docs.microsoft.com/en-us/azure/synapse-analytics/quickstart-create-workspace
- https://docs.microsoft.com/en-us/azure/synapse-analytics/quickstart-create-apache-spark-pool-portal
- https://docs.microsoft.com/en-us/azure/synapse-analytics/spark/apache-spark-job-definitions
Thanks!