ezoic

Wednesday, April 5, 2017

install spark properly



http://stackoverflow.com/questions/38618460/how-to-properly-build-spark-2-0-from-source-to-include-pyspark

  1. Install sbt
  2. Build:
    http://spark.apache.org/downloads.html
     
    cd spark
    git checkout v2.0.0
    sbt package 
     
     



No comments:

Post a Comment

R is not a simple programming language, and it does better on reading excel files than python

R is not a simple programming language, and it does better on reading excel files than python . tried to read excel files to python and R. i...