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

spark streaming 程序设置jvm参数

时间:2018-03-07 20:10:10      阅读:724      评论:0      收藏:0      [点我收藏+]

标签:tor   executor   service   sub   streaming   cut   java   log   设置   

spark streaming 程序设置jvm参数

 

spark streaming 程序设置jvm参数,比如添加jconsole 远程连接参数: 

--conf "spark.executor.extraJavaOptions=-Dcom.sun.management.jmxremote.port=8999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"

完整例子

../spark/bin/spark-submit --class bi.strategy.behavior.analysis.AnalysisService --conf spark.default.parallelism=12 --conf spark.executor.memory=600m --conf spark.executor.cores=5 --conf spark.cores.max=5 --conf spark.driver.memory=600M --conf "spark.executor.extraJavaOptions=-Dcom.sun.management.jmxremote.port=8999 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false"  bi-strategy-behavior-analysis-1.0-SNAPSHOT-jar-with-dependencies.jar

 




spark streaming 程序设置jvm参数

标签:tor   executor   service   sub   streaming   cut   java   log   设置   

原文地址:https://www.cnblogs.com/chengjunhao/p/8524634.html

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