简体   繁体   English

什么是 Databricks Spark 集群管理器? 可以改变吗?

[英]What is Databricks Spark cluster manager? Can it be changed?

Original Spark distributive supports several cluster managers like YARN, Mesos, Spark Standalone, K8s.原始 Spark 分布式支持多个集群管理器,如 YARN、Mesos、Spark Standalone、K8s。 I can't find what is under the hood in Databricks Spark, which cluster manager it is using, and is it possible to change?我找不到 Databricks Spark 的底层内容,它正在使用哪个集群管理器,是否可以更改?

在此处输入图像描述

What's Databricks Spark architecture?什么是 Databricks Spark 架构?

Thanks.谢谢。

You can't check the cluster manager in Databricks, and you really don't need that because this part is managed for you.您无法检查 Databricks 中的集群管理器,并且您确实不需要它,因为这部分是为您管理的。 You can think about it as a kind of standalone cluster, but there are differences.您可以将其视为一种独立的集群,但存在差异。 General Databricks architecture is shown here .此处显示了通用 Databricks 架构。

You can change the cluster configuration by different means - init scripts, configuration parameters, etc. See documentation for more details.您可以通过不同的方式更改集群配置 - 初始化脚本、配置参数等。有关详细信息,请参阅文档

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

相关问题 Databricks 中使用的集群管理器是什么? 如何更改 Databricks 集群中的执行程序数量? - what is the cluster manager used in Databricks ? How do I change the number of executors in Databricks clusters? 如何将 Jmeter 与 Databricks 火花簇连接 - How can I connect Jmeter with Databricks spark cluster 在 Databricks 中使用 Spark 集群的“发送到集群”问题 - "Sending to cluster" issue using a Spark cluster in Databricks 用于数据块可扩展集群的 Spark 重新分区逻辑 - Spark re partition logic for databricks scalable cluster 在 Databricks / Spark 中记录附加的集群信息 - Logging Attached Cluster Information in Databricks / Spark Databricks 如何管理协作集群中的 Spark 会话? - How Databricks manages Spark Sessions in a colaborative cluster? Azure Databricks:如何在 Databricks 集群中添加 Spark 配置 - Azure Databricks: How to add Spark configuration in Databricks cluster 我可以使用 Jupyter 实验室与使用 Scala 的数据块火花集群进行交互吗? - Can I use Jupyter lab to interact with databricks spark cluster using Scala? 可以在 Databricks 集群运行后设置/修改的 Spark session 属性 - Spark session properties which can be be set/modified after Databricks cluster is running 无法在 Azure Databricks 提供的 Spark 集群中导入已安装的 Python 模块 - Can't import installed python modules in spark cluster offered by Azure Databricks
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM