简体   繁体   English

Azure Synapse Spark Pool 提交失败并显示错误消息“SparkJobDefinitionActionFailed”

[英]Azure Synapse Spark Pool Submission Failure with error message "SparkJobDefinitionActionFailed"

I am following the tutorials below and try to submit a Spark Job using the Spark engine in Azure Synapse.我正在遵循以下教程并尝试使用 Azure Synapse 中的 Spark 引擎提交 Spark 作业。

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.有关我的设置的更多信息。

  1. Region: Southeast Asia for both Azure Synapse workspace + ADLS Gen2区域:东南亚,适用于 Azure Synapse 工作区 + ADLS Gen2
  2. I grant myself Both Storage Blob Data Owner and Storage Blob Data Contributor roles as suggested.我按照建议授予自己存储 Blob 数据所有者和存储 Blob 数据贡献者角色。
  3. Tutorials used:使用的教程:

Thanks!谢谢!

After investigation, the product group deployed a hotfix to fix this problem.经过调查,产品组部署了一个修补程序来解决这个问题。

Now you can submit the Spark job without any issues.现在您可以毫无问题地提交 Spark 作业。 Please do let me known, if you are experiencing this issue anymore.如果您再遇到此问题,请告诉我。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM