spark-instrumented-optimizer/docs
Chris Fregly 91f9504e60 [SPARK-1981] Add AWS Kinesis streaming support
Author: Chris Fregly <chris@fregly.com>

Closes #1434 from cfregly/master and squashes the following commits:

4774581 [Chris Fregly] updated docs, renamed retry to retryRandom to be more clear, removed retries around store() method
0393795 [Chris Fregly] moved Kinesis examples out of examples/ and back into extras/kinesis-asl
691a6be [Chris Fregly] fixed tests and formatting, fixed a bug with JavaKinesisWordCount during union of streams
0e1c67b [Chris Fregly] Merge remote-tracking branch 'upstream/master'
74e5c7c [Chris Fregly] updated per TD's feedback.  simplified examples, updated docs
e33cbeb [Chris Fregly] Merge remote-tracking branch 'upstream/master'
bf614e9 [Chris Fregly] per matei's feedback:  moved the kinesis examples into the examples/ dir
d17ca6d [Chris Fregly] per TD's feedback:  updated docs, simplified the KinesisUtils api
912640c [Chris Fregly] changed the foundKinesis class to be a publically-avail class
db3eefd [Chris Fregly] Merge remote-tracking branch 'upstream/master'
21de67f [Chris Fregly] Merge remote-tracking branch 'upstream/master'
6c39561 [Chris Fregly] parameterized the versions of the aws java sdk and kinesis client
338997e [Chris Fregly] improve build docs for kinesis
828f8ae [Chris Fregly] more cleanup
e7c8978 [Chris Fregly] Merge remote-tracking branch 'upstream/master'
cd68c0d [Chris Fregly] fixed typos and backward compatibility
d18e680 [Chris Fregly] Merge remote-tracking branch 'upstream/master'
b3b0ff1 [Chris Fregly] [SPARK-1981] Add AWS Kinesis streaming support
2014-08-02 13:35:35 -07:00
..
_layouts [SPARK-2252] Fix MathJax for HTTPs. 2014-06-23 23:18:47 -07:00
_plugins [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and Javadocs 2014-04-21 21:57:40 -07:00
css [SPARK-1566] consolidate programming guide, and general doc updates 2014-05-30 00:34:33 -07:00
img Merge pull request #497 from tdas/docs-update 2014-01-28 21:51:05 -08:00
js [SPARK-1566] consolidate programming guide, and general doc updates 2014-05-30 00:34:33 -07:00
_config.yml SPARK-1818 Freshen Mesos documentation 2014-05-14 09:46:20 -07:00
api.md [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and Javadocs 2014-04-21 21:57:40 -07:00
bagel-programming-guide.md SPARK-2363. Clean MLlib's sample data files 2014-07-13 19:27:43 -07:00
building-with-maven.md [SPARK-1566] consolidate programming guide, and general doc updates 2014-05-30 00:34:33 -07:00
cluster-overview.md [SPARK-1566] consolidate programming guide, and general doc updates 2014-05-30 00:34:33 -07:00
configuration.md SPARK-2099. Report progress while task is running. 2014-08-01 11:08:39 -07:00
contributing-to-spark.md Work in progress: 2013-09-08 00:29:11 -07:00
ec2-scripts.md fix persistent-hdfs 2013-11-01 17:47:37 -07:00
graphx-programming-guide.md [SPARK-1566] consolidate programming guide, and general doc updates 2014-05-30 00:34:33 -07:00
hadoop-third-party-distributions.md SPARK-2480: Resolve sbt warnings "NOTE: SPARK_YARN is deprecated, please use -Pyarn flag" 2014-07-15 10:46:17 -07:00
hardware-provisioning.md Change port from 3030 to 4040 2013-09-11 10:01:38 -07:00
index.md Replace doc reference to Shark with Spark SQL. 2014-06-25 01:01:23 -07:00
java-programming-guide.md [SPARK-1566] consolidate programming guide, and general doc updates 2014-05-30 00:34:33 -07:00
job-scheduling.md SPARK-1183. Don't use "worker" to mean executor 2014-03-13 12:11:33 -07:00
mllib-basics.md SPARK-2363. Clean MLlib's sample data files 2014-07-13 19:27:43 -07:00
mllib-clustering.md [SPARK-1945][MLLIB] Documentation Improvements for Spark 1.0 2014-07-20 20:48:44 -07:00
mllib-collaborative-filtering.md [SPARK-1945][MLLIB] Documentation Improvements for Spark 1.0 2014-07-20 20:48:44 -07:00
mllib-decision-tree.md [MLlib] SPARK-1536: multiclass classification support for decision tree 2014-07-18 14:00:13 -07:00
mllib-dimensionality-reduction.md [SPARK-1945][MLLIB] Documentation Improvements for Spark 1.0 2014-07-20 20:48:44 -07:00
mllib-guide.md [SPARK-1566] consolidate programming guide, and general doc updates 2014-05-30 00:34:33 -07:00
mllib-linear-methods.md [SPARK-1945][MLLIB] Documentation Improvements for Spark 1.0 2014-07-20 20:48:44 -07:00
mllib-naive-bayes.md SPARK-2363. Clean MLlib's sample data files 2014-07-13 19:27:43 -07:00
mllib-optimization.md [SPARK-1945][MLLIB] Documentation Improvements for Spark 1.0 2014-07-20 20:48:44 -07:00
monitoring.md Docs: monitoring, streaming programming guide 2014-07-31 14:58:52 -07:00
programming-guide.md [SPARK-2024] Add saveAsSequenceFile to PySpark 2014-07-30 13:19:05 -07:00
python-programming-guide.md [SPARK-1566] consolidate programming guide, and general doc updates 2014-05-30 00:34:33 -07:00
quick-start.md SPARK-1996. Remove use of special Maven repo for Akka 2014-06-21 23:29:57 -07:00
README.md SPARK-1903 Document Spark's network connections 2014-05-25 17:15:47 -07:00
running-on-mesos.md [SPARK-2259] Fix highly misleading docs on cluster / client deploy modes 2014-06-27 16:11:31 -07:00
running-on-yarn.md SPARK-2400 : fix spark.yarn.max.executor.failures explaination 2014-07-08 13:55:42 -05:00
scala-programming-guide.md [SPARK-1566] consolidate programming guide, and general doc updates 2014-05-30 00:34:33 -07:00
security.md [SPARK-1566] consolidate programming guide, and general doc updates 2014-05-30 00:34:33 -07:00
spark-standalone.md automatically set master according to spark.master in `spark-defaults.... 2014-07-30 23:38:29 -07:00
sql-programming-guide.md [SQL] Documentation: Explain cacheTable command 2014-08-01 11:46:14 -07:00
streaming-custom-receivers.md [SPARK-1981] Add AWS Kinesis streaming support 2014-08-02 13:35:35 -07:00
streaming-kinesis.md [SPARK-1981] Add AWS Kinesis streaming support 2014-08-02 13:35:35 -07:00
streaming-programming-guide.md [SPARK-1981] Add AWS Kinesis streaming support 2014-08-02 13:35:35 -07:00
submitting-applications.md SPARK-2310. Support arbitrary Spark properties on the command line with ... 2014-07-23 23:11:26 -07:00
tuning.md updated link to mailing list 2014-05-30 22:04:57 -07:00

Welcome to the Spark documentation!

This readme will walk you through navigating and building the Spark documentation, which is included here with the Spark source code. You can also find documentation specific to release versions of Spark at http://spark.apache.org/documentation.html.

Read on to learn more about viewing documentation in plain text (i.e., markdown) or building the documentation yourself. Why build it yourself? So that you have the docs that corresponds to whichever version of Spark you currently have checked out of revision control.

Generating the Documentation HTML

We include the Spark documentation as part of the source (as opposed to using a hosted wiki, such as the github wiki, as the definitive documentation) to enable the documentation to evolve along with the source code and be captured by revision control (currently git). This way the code automatically includes the version of the documentation that is relevant regardless of which version or release you have checked out or downloaded.

In this directory you will find textfiles formatted using Markdown, with an ".md" suffix. You can read those text files directly if you want. Start with index.md.

The markdown code can be compiled to HTML using the Jekyll tool. To use the jekyll command, you will need to have Jekyll installed. The easiest way to do this is via a Ruby Gem, see the jekyll installation instructions. If not already installed, you need to install kramdown with sudo gem install kramdown. Execute jekyll from the docs/ directory. Compiling the site with Jekyll will create a directory called _site containing index.html as well as the rest of the compiled files.

You can modify the default Jekyll build as follows:

# Skip generating API docs (which takes a while)
$ SKIP_SCALADOC=1 jekyll build
# Serve content locally on port 4000
$ jekyll serve --watch
# Build the site with extra features used on the live page
$ PRODUCTION=1 jekyll build

Pygments

We also use pygments (http://pygments.org) for syntax highlighting in documentation markdown pages, so you will also need to install that (it requires Python) by running sudo easy_install Pygments.

To mark a block of code in your markdown to be syntax highlighted by jekyll during the compile phase, use the following sytax:

{% highlight scala %}
// Your scala code goes here, you can replace scala with many other
// supported languages too.
{% endhighlight %}

API Docs (Scaladoc and Epydoc)

You can build just the Spark scaladoc by running sbt/sbt doc from the SPARK_PROJECT_ROOT directory.

Similarly, you can build just the PySpark epydoc by running epydoc --config epydoc.conf from the SPARK_PROJECT_ROOT/pyspark directory. Documentation is only generated for classes that are listed as public in __init__.py.

When you run jekyll in the docs directory, it will also copy over the scaladoc for the various Spark subprojects into the docs directory (and then also into the _site directory). We use a jekyll plugin to run sbt/sbt doc before building the site so if you haven't run it (recently) it may take some time as it generates all of the scaladoc. The jekyll plugin also generates the PySpark docs using epydoc.

NOTE: To skip the step of building and copying over the Scala and Python API docs, run SKIP_API=1 jekyll.