简体   繁体   English

自定义 Azure Synapse Workspace Spark 集群的节点

[英]Customizing nodes of an Azure Synapse Workspace Spark Cluster

When creating a Spark cluster within an Azure Synapse workspace , is there a means to install arbitrary files and directories onto it's cluster nodes and/or onto the node's underlying distributed filesystem ?Azure Synapse workspace中创建Spark集群时,是否可以将任意文件和目录安装到其cluster nodes和/或节点的underlying distributed filesystem上?

By arbitrary files and directories, I literally mean arbitrary files and directories;任意文件和目录,我的字面意思是任意文件和目录; not just extra Python libraries like demonstrated here .不仅仅是这里演示的额外Python库。

Databricks smartly provided a means to do this on it's cluster nodes (described in this document ). Databricks巧妙地提供了一种在其集群节点上执行此操作的方法(在本文档中进行了描述)。 Now I'm trying to see if there's a means to do the same on an Azure Synapse Workspace Spark Cluster .现在我想看看是否有办法在Azure Synapse Workspace Spark Cluster上做同样的事情。

Thank you.谢谢你。

Unfortunately, Azure Synapse Analytics don't support arbitrary binary installs or writing to Spark local storage.不幸的是,Azure Synapse Analytics 不支持任意二进制安装或写入 Spark 本地存储。

I would suggest you to provide feedback on the same:我建议您提供相同的反馈:

https://feedback.azure.com/forums/307516-azure-synapse-analytics https://feedback.azure.com/forums/307516-azure-synapse-analytics

All of the feedback you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.您在这些论坛中分享的所有反馈都将由负责构建 Azure 的 Microsoft 工程团队监控和审查。

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

相关问题 Azure Synapse 工作区的链接服务 - Azure Linked Service for a Synapse workspace Synapse Spark 能否连接到“Log Analytics 工作区”? - Can Synapse Spark connect to a "Log Analytics workspace"? 有没有办法将 Spark 配置设置为 Azure 数据工厂/Azure Synapse 中的映射数据流托管集群/IR? - Is there a way to set spark configuration to a mapping dataflow managed cluster/IR in Azure Data Factory/Azure Synapse? Azure Synapse 工作区:脚本在哪里发布? - Azure Synapse Workspace: Where the scripts are published? Azure 数据工厂与 Synapse 工作区管道 - Azure Data Factory vs Synapse Workspace pipelines 无法在 Azure Synapse 中看到 Spark Pool - Unable to see Spark Pools in Azure Synapse Package Conda 环境与 Azure Synapse Spark 作业 - Package Conda Environment with Azure Synapse Spark Jobs 如何使用 Terraform 将用户分配身份添加到 Azure Synapse 工作区? - How to add the User Assigned Identity to Azure Synapse Workspace using Terraform? 尝试启动 Azure Synapse Studio 时无法检索此工作区错误 - Failed to retrieve this workspace error when attempting to launch Azure Synapse Studio 在禁用公共网络访问时为 Azure Synapse Workspace 创建防火墙? - Create firewalls for Azure Synapse Workspace when Public Network Access is Disabled?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM