开发者社区> 问答> 正文

提交任务时,如何指定Spark Application的运行模式?

提交任务时,如何指定Spark Application的运行模式?

展开
收起
茶什i 2019-10-29 14:12:57 1390 0
1 条回答
写回答
取消 提交回答
  • 1)cluster模式:./spark-submit –class xx.xx.xx –master yarn –deploy-mode cluster xx.jar
    2) client模式:./spark-submit –class xx.xx.xx –master yarn –deploy-mode client xx.jar

    2019-10-30 15:15:25
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
Hybrid Cloud and Apache Spark 立即下载
Scalable Deep Learning on Spark 立即下载
Comparison of Spark SQL with Hive 立即下载