aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorMichael Armbrust <michael@databricks.com>2015-12-08 15:58:35 -0800
committerMichael Armbrust <michael@databricks.com>2015-12-08 15:58:35 -0800
commit39594894232e0b70c5ca8b0df137da0d61223fd5 (patch)
treed123d9be5c6e58f41b02e5c966a39edbc54e9275 /docs/index.md
parent9494521695a1f1526aae76c0aea34a3bead96251 (diff)
downloadspark-39594894232e0b70c5ca8b0df137da0d61223fd5.tar.gz
spark-39594894232e0b70c5ca8b0df137da0d61223fd5.tar.bz2
spark-39594894232e0b70c5ca8b0df137da0d61223fd5.zip
[SPARK-12069][SQL] Update documentation with Datasets
Author: Michael Armbrust <michael@databricks.com> Closes #10060 from marmbrus/docs.
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 f1d9e012c6..ae26f97c86 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -87,7 +87,7 @@ options for deployment:
in all supported languages (Scala, Java, Python, R)
* Modules built on Spark:
* [Spark Streaming](streaming-programming-guide.html): processing real-time data streams
- * [Spark SQL and DataFrames](sql-programming-guide.html): support for structured data and relational queries
+ * [Spark SQL, Datasets, 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