Spark-shell批量命令执行脚本

批量执行spark-shell命令,并指定提交参数web #!/bin/bash source /etc/profile exec $SPARK_HOME/bin/spark-shell --queue tv --name spark-sql-test --executor-cores 8 --executor-memory 8g --num-executors 8 --conf spa
相关文章
相关标签/搜索