aboutsummaryrefslogtreecommitdiff
path: root/python/docs/index.rst
blob: 25b3f9bd93e63db224d85568c8a1707a32807d33 (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
.. 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 PySpark API reference!
===================================

Contents:

.. toctree::
   :maxdepth: 2

   pyspark
   pyspark.sql
   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.


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

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`