aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-03-09 16:16:16 -0700
committerMichael Armbrust <michael@databricks.com>2015-03-09 16:16:16 -0700
commit3cac1991a1def0adaf42face2c578d3ab8c27025 (patch)
treef8df8df9656119770b885f46d29292ca169e3e85 /docs/index.md
parent70f88148bb04161a1a4968230d8e3fc7e3f8321a (diff)
downloadspark-3cac1991a1def0adaf42face2c578d3ab8c27025.tar.gz
spark-3cac1991a1def0adaf42face2c578d3ab8c27025.tar.bz2
spark-3cac1991a1def0adaf42face2c578d3ab8c27025.zip
[SPARK-5310][Doc] Update SQL Programming Guide to include DataFrames.
Author: Reynold Xin <rxin@databricks.com> Closes #4954 from rxin/df-docs and squashes the following commits: c592c70 [Reynold Xin] [SPARK-5310][Doc] Update SQL Programming Guide to include DataFrames.
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index 0986398e6f..b5b016e347 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -74,7 +74,7 @@ options for deployment:
in all supported languages (Scala, Java, Python)
* Modules built on Spark:
* [Spark Streaming](streaming-programming-guide.html): processing real-time data streams
- * [Spark SQL](sql-programming-guide.html): support for structured data and relational queries
+ * [Spark SQL and DataFrames](sql-programming-guide.html): support for structured data and relational queries
* [MLlib](mllib-guide.html): built-in machine learning library
* [GraphX](graphx-programming-guide.html): Spark's new API for graph processing
* [Bagel (Pregel on Spark)](bagel-programming-guide.html): older, simple graph processing model