Friday, 22 April 2016

Spark and Scala Resources





by Sarang Nagmote


Category - Data Analysis
More Information & Updates Available at: http://insightanalytics.co.in




Github Resources 

Github Resources - Scala Workshop

Setup Resources

Setup

Make sure you have the Java 7 or Java 8 SDK installed for your platform (Mac, Linux or Windows).   Then you’ll need to download Scala 2.10.x, SBT and then Spark.   I also recommend downloading Maven. 

Solving Local Spark Issues

export SPARK_MASTER_IP=127.0.0.1export SPARK_LOCAL_IP=127.0.0.1export SCALA_HOME=~/Downloads/scala-2.10.6export PATH=$PATH:$SCALA_HOME/bin
For Windows, use SET instead of EXPORT and and not :.

Books

Tutorials

E-Books

Scala Koans/Exercises

Resources

Online Free Courses – Scala

Online Free Courses – Spark

No comments:

Post a Comment