- 1、本文档共27页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Question:
How to scale up or scale down your
spark cluster?
What is yarn?
A ver2.0 resource
allocation and task
management
framework of MR,
luding
ResourceManager and
Nodemanager.
How to build up a Spark on Yarn cluster?
1.Set HADOOP_CONF_DIR or YARN_CONF_DIR point to the path
which contains the configuration files for your Hadoop cluster.
2.Use yarn-cluster parameter to submit your spark APP
./bin/spark-submit --class path.to.your.Class --master yarn-cluster
[options] app jar [app options]
What is mesos?
Apache Mesos
s CPU,
memory, storage, and
other compute
resources away from
machines (physical or
virtual), enabling
fault-tolerant and
elastic distributed
systems to easily be
built and run
effectively.
Spark can run on hardware clusters managed by Apache Mesos.
The advantages of deploying Spark with Mesos lude:
1.dynamic partitioning between Spark and other frameworks
2.scalable partitioning between multiple instances of Spark
How does Spark work on Mesos?
1. Mesos master re ces the Spark mas s the cluster
manager
2. Mesos determines what machines handle what tasks.
How to deploy a Spark cluster on Mesos?
1.Install Mesos.
2.Deploy Spark on Mesos
Install Spark to same path on all Mesos nodes, and configure
spark.meso ecutor.home to your Spark_Home.
What is Amazon EC2?
An Amazon web service providing computing instances.Refer to
Why Amazon EC2?
EC2 supports to setup Spark and HDFS clus utomatically via
scripts in ./ec2 directory. It also provides security with a key pair
which you may need to obtain from YourAccount Security
Credentials Access Credentials.
How to deploy Spark on Amazon EC2?
./spark-ec2 -k keypair -i key-file -s num-slaves launch
cluster-name
What is Docker?
Docker is an open tform for developers and sysadmins to build,
ship, and run distributed applications.
How to deploy a
您可能关注的文档
- 方案华南嘉禾商业广场项目照明设计.pdf
- 物化相平衡定律.pdf
- 文件programmercd rom中有用户手册.pdf
- 感受真情学会感恩.pdf
- 北现瑞奕延伸注册表现代vh.pdf
- lec12字符设备模型lab28 led驱动程序设计.pdf
- 联想产品课件特色操作.pdf
- 课件案例文件.pdf
- 三下数学面积单位.pdf
- 文件处理器架构ivpipe流水线实现第二部分计算机系统概论.pdf
- 安全生产考核奖惩制度3篇.doc
- 颅脑损伤病人的护理查房【优质公开课】精品PPT课件模板.pptx
- 二零二二年度德州继续教育公需科目《公共事务管理与服务能力》试题及答案.pdf
- 二零二二年度党风廉政建设知识竞赛题库(含答案).pdf
- 二零二二年度度枣庄市专业技术人员继续教育公需科目培训班互动题.pdf
- 二零二二年度儿童保健学试题库(含答案).pdf
- 二零二二年度第十九届中国东南地区数学奥林匹克竞赛高一试题(含答案).pdf
- 二零二二年度动物卫生监督题库(含答案).pdf
- 黑龙江省大庆市重点中学2023-2025学年高一下学期2月开学考试英语试题(含解析).docx
- 二零二二年度法检书记员招考《公基》测试题库(含答案).pdf
文档评论(0)