首页 > 代码库 > spark常用命令

spark常用命令

1:512mb 2核启动

./spark-shell --master spark://ip:7077 --executor-memory 512m --total-executor-cores 2

 

spark常用命令