aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts
Commit message (Collapse)AuthorAgeFilesLines
* SPARK-917 Improve API links in nav barPatrick Wendell2013-12-071-4/+4
|
* Merging build changes in from 0.8Patrick Wendell2013-10-051-2/+2
|
* Added cluster overview doc, made logo higher-resolution, and added moreMatei Zaharia2013-09-081-1/+2
| | | | details on monitoring
* Work in progress:Matei Zaharia2013-09-081-1/+3
| | | | | | | - Add job scheduling docs - Rename some fair scheduler properties - Organize intro page better - Link to Apache wiki for "contributing to Spark"
* Merge pull request #900 from pwendell/cdh-docsMatei Zaharia2013-09-081-0/+1
|\ | | | | Provide docs to describe running on CDH/HDP cluster.
| * File renamePatrick Wendell2013-09-071-1/+1
| |
| * Provide docs to describe running on CDH/HDP cluster.Patrick Wendell2013-09-061-0/+1
| | | | | | | | This doc consolidates information relevant to CDH/HDP users in a single place.
* | Docs describing Spark monitoring and instrumentationPatrick Wendell2013-09-061-0/+1
|/
* More updates, describing changes to recommended use of environment varsMatei Zaharia2013-08-311-1/+1
| | | | and new Python stuff
* More doc improvements + better warnings when you haven't built SparkMatei Zaharia2013-08-301-4/+11
|
* New hardware provisioning doc, and updates to menusMatei Zaharia2013-08-301-9/+13
|
* Add ML Lib scaladoc to API dropdownShivaram Venkataraman2013-08-111-0/+1
|
* Adds page to docs about building using Maven.Andy Konwinski2013-03-171-0/+1
| | | | | | | Adds links to new instructions in: * The main Spark project README.md * The docs nav menu called "More" * The docs Overview page under the "Building" and "Where to Go from Here" sections
* Added commented-out Google analytics code for website docsMatei Zaharia2013-02-271-0/+16
|
* Some tweaks to docsMatei Zaharia2013-02-251-3/+3
|
* Merge branch 'master' into streamingTathagata Das2013-01-151-4/+4
|\ | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/spark/rdd/CoGroupedRDD.scala core/src/main/scala/spark/rdd/FilteredRDD.scala docs/_layouts/global.html docs/index.md run
| * Merge remote-tracking branch 'origin/master' into python-apiJosh Rosen2012-12-291-1/+1
| |\ | | | | | | | | | | | | Conflicts: docs/quick-start.md
| * | Add documentation for Python API.Josh Rosen2012-12-281-0/+1
| | |
| * | Add epydoc API documentation for PySpark.Josh Rosen2012-12-271-2/+8
| | |
* | | Updated Streaming Programming Guide.Tathagata Das2013-01-011-2/+10
| | |
* | | Streaming programming guide. STREAMING-2 #resolvePatrick Wendell2012-11-131-0/+1
| |/ |/|
* | Fix a path in the web UIMatei Zaharia2012-10-201-1/+1
|/
* Some doc fixes, including showing version number in nav bar againMatei Zaharia2012-10-131-1/+3
|
* Updates to documentation:Matei Zaharia2012-10-091-5/+5
| | | | | | | | - Edited quick start and tuning guide to simplify them a little - Simplified top menu bar - Made private a SparkContext constructor parameter that was left as public - Various small fixes
* Updating lots of docs to use the new special version number variables,Andy Konwinski2012-10-081-4/+5
| | | | | also adding the version to the navbar so it is easy to tell which version of Spark these docs were compiled for.
* Adds liquid variables to docs templating system so that they can be usedAndy Konwinski2012-10-081-16/+16
| | | | | | | | | throughout the docs: SPARK_VERSION, SCALA_VERSION, and MESOS_VERSION. To use them, e.g. use {{site.SPARK_VERSION}}. Also removes uses of {{HOME_PATH}} which were being resolved to "" by the templating system anyway.
* Links quick start from nav barMatei Zaharia2012-10-051-0/+1
|
* Updates to standalone cluster, web UI and deploy docs.Matei Zaharia2012-09-261-1/+1
|
* More updates to docs, including tuning guideMatei Zaharia2012-09-261-0/+1
|
* Doc fixesMatei Zaharia2012-09-251-1/+1
|
* Various enhancements to the programming guide and HTML/CSSMatei Zaharia2012-09-251-5/+22
|
* More updates to documentationMatei Zaharia2012-09-251-1/+1
|
* Update license info on deploy scriptsMatei Zaharia2012-09-251-26/+11
|
* - Add docs/api to .gitignoreAndy Konwinski2012-09-161-8/+38
| | | | | | | | | | | | | - Rework/expand the nav bar with more of the docs site - Removing parts of docs about EC2 and Mesos that differentiate between running 0.5 and before - Merged subheadings from running-on-amazon-ec2.html that are still relevant (i.e., "Using a newer version of Spark" and "Accessing Data in S3") into ec2-scripts.html and deleted running-on-amazon-ec2.html - Added some TODO comments to a few docs - Updated the blurb about AMP Camp - Renamed programming-guide to spark-programming-guide - Fixing typos/etc. in Standalone Spark doc
* Re-enabling responsive for better looking padding and more sane resizing,Andy Konwinski2012-09-131-28/+20
| | | | but removed the collapsable stuff from the nav bar.
* More crisp logo created from vector source (ai) and disabledAndy Konwinski2012-09-131-2/+3
| | | | | responsive css (so nav menu doesn't switch to collapsed version for narrow viewports).
* Replaces "Spark" word in nav bar with logo.Andy Konwinski2012-09-131-1/+1
|
* Merge remote-tracking branch 'public-spark/dev' into docAndy Konwinski2012-09-131-1/+1
|\
| * Fixed navbar style problemDenny2012-09-131-1/+1
| |
* | Making the link to api scaladocs work and migrating other code snippetsAndy Konwinski2012-09-121-1/+1
|/ | | | to use pygments syntax highlighting.
* Small tweaks to generated doc pagesMatei Zaharia2012-09-121-0/+2
|
* Adds syntax highlighting (via pygments), and some style tweaks to make thingsAndy Konwinski2012-09-121-8/+9
| | | | easier to read.
* Adding docs directory containing documentation currently on the wikiAndy Konwinski2012-09-122-0/+266
which can be compiled via jekyll, using the command `jekyll`. To compile and run a local webserver to serve the doc as a website, run `jekyll --server`.