Yarn上运行spark-shell和spark-sql命令行
spark-shell On Yarn
spark-shell \
--master yarn-client \
--executor-memory 1G \
--num-executors 10
spark-sql On Yarn
spark-sql \
--master yarn \
--executor-memory 1G \
--num-executors 10
spark-sql显示表头
spark-sql \
--master yarn \
--executor-memory 1G \
--num-executors 10 \
--hiveconf hive.cli.print.header=true

浙公网安备 33010602011771号