码迷,mamicode.com
首页 > 其他好文 > 详细

spark调优

时间:2017-06-26 22:38:18      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:spark

/etc/sysconfig/network-scripts/ifcfg-eth0
service network restart

性能调优的王道是优化资源调度,或者给更多的资源进行调度
/server/spark/spark-submit
--class cn.spark.sparkest.core.WordCountCluster
--num-executors 3
--driver-memory 100m
--executor-memory 100m
--executor-cores 3
/server/SparkTest-0.0.1-SNASPSHOT-jar-with-dependencies.jar

Spark Core 、Sqark SQl 和 Spark Streaming

spark调优

标签:spark

原文地址:http://11241693.blog.51cto.com/11231693/1942031

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!