27101 Forks
36175 Stars
36175 Watchers

spark

Apache Spark - A unified analytics engine for large-scale data processing

How to download and setup spark

Open terminal and run command
git clone https://github.com/apache/spark.git
git clone is used to create a copy or clone of spark repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with spark https://github.com/apache/spark/archive/master.zip

Or simply clone spark with SSH
[email protected]:apache/spark.git

If you have some problems with spark

You may open issue on spark support forum (system) here: https://github.com/apache/spark/issues