简体   繁体   English

Azure云中的Spark部署

[英]Spark Deployment in Azure cloud

Is it possible to deploy spark code in Azure cloud without the yarn component? 没有纱线组件,是否可以在Azure云中部署Spark代码? thanks in advance 提前致谢

Yes,you can deploy Apache Spark cluster in Azure HDInsight without Yarn. 是的,您可以在没有Yarn的情况下在Azure HDInsight中部署Apache Spark群集。

Spark clusters in HDInsight include the following components that are available on the clusters by default. HDInsight中的Spark群集默认包含以下组件,这些组件在群集中可用。

1)Spark Core. 1)Spark Core。 Includes Spark Core, Spark SQL, Spark streaming APIs, GraphX, and MLlib. 包括Spark Core,Spark SQL,Spark流API,GraphX和MLlib。

2)Anaconda 2)Anaconda

3)Livy 3)李维

4)Jupyter notebook 4)Jupyter笔记本

5)Zeppelin notebook 5)Zeppelin笔记本

Spark clusters on HDInsight also provide an ODBC driver for connectivity to Spark clusters in HDInsight from BI tools such as Microsoft Power BI and Tableau. HDInsight上的Spark群集还提供了ODBC驱动程序,用于从Microsoft Power BI和Tableau等BI工具连接到HDInsight中的Spark群集。

Refer to the following sites for more information, 有关更多信息,请参考以下站点,

Create an Apache Spark cluster in Azure HDInsight 在Azure HDInsight中创建Apache Spark群集

Introduction to Spark on HDInsight HDInsight上的Spark简介

I don't think it is possible to deploy HDInsight cluster without YARN.Refer to the HDInsight documentation 我认为没有YARN不可能部署HDInsight集群。请参阅HDInsight文档

YARN is the resource manager for Hadoop. YARN是Hadoop的资源管理器。 Is there any particular reason you would not want to use YARN while working with HDInsight Spark cluster? 在使用HDInsight Spark群集时,您是否有任何特定原因不想使用YARN?

If you want to use the standalone mode, you can modify the location of the master url while submitting the job using Spark-submit command. 如果要使用独立模式,则可以在使用Spark-submit命令提交作业时修改主URL的位置。

I have some examples in my repo with Spark-submit both in local mode and on HDInsight cluster https://github.com/NileshGule/learning-spark 我在回购中有一些示例,它们在本地模式下以及在HDInsight群集上都使用Spark提交https://github.com/NileshGule/learning-spark

You can refer to 你可以参考

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

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