设为首页 加入收藏

TOP

Cluster deploy mode is currently not supported for python applications on standalone clusters.
2019-02-13 01:18:03 】 浏览:94
Tags:Cluster deploy mode currently not supported for python applications standalone clusters.
/app/spark/bin/spark-submit --master spark://10.0.0.46:7077  --deploy-mode cluster --driver-memory 2g --executor-memory 4g --executor-cores 2 /home/spark/aldstat_page_view.py 1                                                   

Error: Cluster deploy mode is currently not supported for python applications on standalone clusters.

改为本地模式:

/app/spark/bin/spark-submit --master spark://10.0.0.46:7077  --deploy-mode client --driver-memory 2g --executor-memory 4g --executor-cores 2 /home/spark/aldstat_page_view.py 1
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇Pre-info of Spark 下一篇Spark基础解析

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目