spark-instrumented-optimizer/python/docs/index.rst
Tathagata Das 7a4f326c00 [SPARK-10440] [STREAMING] [DOCS] Update python API stuff in the programming guides and python docs
- Fixed information around Python API tags in streaming programming guides
- Added missing stuff in python docs

Author: Tathagata Das <tathagata.das1565@gmail.com>

Closes #8595 from tdas/SPARK-10440.
2015-09-04 23:16:39 -10:00

54 lines
1.1 KiB
ReStructuredText

.. 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`