summaryrefslogtreecommitdiff
path: root/site/sql
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2015-02-08 23:58:24 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2015-02-08 23:58:24 +0000
commit1f346fe1c11a0b64e6d6a3e9c41436728ef6a280 (patch)
tree07d0069a602dad3df000e63d80b2b25f34a00c54 /site/sql
parent4059975d8ebabf5696309f2367c04caca3db4a91 (diff)
downloadspark-website-1f346fe1c11a0b64e6d6a3e9c41436728ef6a280.tar.gz
spark-website-1f346fe1c11a0b64e6d6a3e9c41436728ef6a280.tar.bz2
spark-website-1f346fe1c11a0b64e6d6a3e9c41436728ef6a280.zip
Add meta description tags
Diffstat (limited to 'site/sql')
-rw-r--r--site/sql/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/site/sql/index.html b/site/sql/index.html
index 81cc3efea..7791035c0 100644
--- a/site/sql/index.html
+++ b/site/sql/index.html
@@ -12,6 +12,10 @@
+
+ <meta name="description" content="Spark SQL is Spark's module for working with structured data, either within Spark programs or through standard JDBC and ODBC connectors.">
+
+
<!-- Bootstrap core CSS -->
<link href="/css/cerulean.min.css" rel="stylesheet">
<link href="/css/custom.css" rel="stylesheet">
@@ -169,7 +173,7 @@
<div class="col-md-9 col-md-pull-3">
<div class="jumbotron">
- <b>Spark SQL</b> unifies access to structured data.
+ <b>Spark SQL</b> is Spark's module for working with structured data.
</div>
<div class="row row-padded">