aboutsummaryrefslogtreecommitdiff
path: root/python/docs/index.rst
blob: 306ffdb0e0f138ae03797b4931e33659b474cb62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.. pyspark documentation master file, created by
   sphinx-quickstart on Thu Aug 28 15:17:47 2014.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to Spark Python API Docs!
===================================

Contents:

.. toctree::
   :maxdepth: 2

   pyspark
   pyspark.sql
   pyspark.streaming
   pyspark.ml
   pyspark.mllib


Core classes:
---------------

    :class:`pyspark.SparkContext`

    Main entry point for Spark functionality.

    :class:`pyspark.RDD`

    A Resilient Distributed Dataset (RDD), the basic abstraction in Spark.

    :class:`pyspark.streaming.StreamingContext`

    Main entry point for Spark Streaming functionality.

    :class:`pyspark.streaming.DStream`

    A Discretized Stream (DStream), the basic abstraction in Spark Streaming.

    :class:`pyspark.sql.SQLContext`

    Main entry point for DataFrame and SQL functionality.

    :class:`pyspark.sql.DataFrame`

    A distributed collection of data grouped into named columns.


Indices and tables
==================

* :ref:`search`