tubltjrzpg 发表于 2016-5-16 06:56:45

How to install Spark on Mac OS X

How to install Spark on Mac OS X
 
 
  

[*]Download http://spark.apache.org/downloads.html 
[*]Download http://www.scala-lang.org/download (find the version number in README inside spark archive). 
[*]Extract and add on path
export SCALA_HOME=/Users/ondrej/scala-2.10.4
export PATH=$PATH:$SCALA_HOME/bin
[*]Go to Spark root directory and run in command line: sbt/sbt clean assembly
[*]Then start up Spark, also from Spark root folder: ./bin/spark-shell
页: [1]
查看完整版本: How to install Spark on Mac OS X