下载安装配置spark-2.1.0-bin-without-hadoop
时间:2021-01-16 21:48:40
收藏:0
阅读:267
安装过程参照:
http://dblab.xmu.edu.cn/blog/1307-2/
启动Spark:
cd /usr/local/spark
bin/spark-shell

运行例子:
scala> 8*2+5
res0: Int = 21

退出:
:quit
原文:https://www.cnblogs.com/a155-/p/14286976.html
评论(0)