Skip to content
This repository was archived by the owner on May 1, 2021. It is now read-only.

Files

Latest commit

8765bc1 · Apr 23, 2017

History

History
This branch is 25218 commits behind apache/spark:master.

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 29, 2017
Oct 21, 2016
Apr 23, 2017
Feb 28, 2017
Oct 14, 2014
Dec 6, 2016
Nov 16, 2016
Mar 7, 2016
Jun 28, 2015
Mar 29, 2017
Nov 16, 2016
Mar 27, 2017

README.md

Apache Spark

Spark is a fast and general cluster computing system for Big Data. It provides high-level APIs in Scala, Java, Python, and R, and an optimized engine that supports general computation graphs for data analysis. It also supports a rich set of higher-level tools including Spark SQL for SQL and DataFrames, MLlib for machine learning, GraphX for graph processing, and Spark Streaming for stream processing.

http://spark.apache.org/

Online Documentation

You can find the latest Spark documentation, including a programming guide, on the project web page

Python Packaging

This README file only contains basic information related to pip installed PySpark. This packaging is currently experimental and may change in future versions (although we will do our best to keep compatibility). Using PySpark requires the Spark JARs, and if you are building this from source please see the builder instructions at "Building Spark".

The Python packaging for Spark is not intended to replace all of the other use cases. This Python packaged version of Spark is suitable for interacting with an existing cluster (be it Spark standalone, YARN, or Mesos) - but does not contain the tools required to setup your own standalone Spark cluster. You can download the full version of Spark from the Apache Spark downloads page.

NOTE: If you are using this with a Spark standalone cluster you must ensure that the version (including minor version) matches or you may experience odd errors.

Python Requirements

At its core PySpark depends on Py4J (currently version 0.10.4), but additional sub-packages have their own requirements (including numpy and pandas).