summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-11-11 19:56:10 +0000
committerSean Owen <sowen@cloudera.com>2016-11-15 17:56:22 +0100
commitd82e3722043aa2c2c2d5af6d1e68f16a83101d73 (patch)
tree3520325adf57b6265ecf3f676544a19acb1a1813 /sql
parent4e10a1ac10fa773f891422c7c1a3727e47feca8e (diff)
downloadspark-website-d82e3722043aa2c2c2d5af6d1e68f16a83101d73.tar.gz
spark-website-d82e3722043aa2c2c2d5af6d1e68f16a83101d73.tar.bz2
spark-website-d82e3722043aa2c2c2d5af6d1e68f16a83101d73.zip
Use site.baseurl, not site.url, to work with Jekyll 3.3. Require Jekyll 3.3. Again commit HTML consistent with Jekyll 3.3 output. Fix date problem with news posts that set date: by removing date:.
Diffstat (limited to 'sql')
-rw-r--r--sql/index.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/sql/index.md b/sql/index.md
index 6978863ac..3e5c210b0 100644
--- a/sql/index.md
+++ b/sql/index.md
@@ -72,7 +72,7 @@ subproject: SQL
</div>
<div class="col-md-5 col-sm-5 col-padded-top col-center">
<div style="width: 100%; max-width: 323px; display: inline-block">
- <img src="{{site.url}}images/sql-hive-arch.png" style="width: 100%; max-width: 323px;">
+ <img src="{{site.baseurl}}/images/sql-hive-arch.png" style="width: 100%; max-width: 323px;">
<div class="caption">Spark SQL can use existing Hive metastores, SerDes, and UDFs.</div>
</div>
</div>
@@ -90,7 +90,7 @@ subproject: SQL
</div>
<div class="col-md-5 col-sm-5 col-padded-top col-center">
<div style="width: 100%; max-width: 323px; display: inline-block">
- <img src="{{site.url}}images/jdbc.png" style="width: 75%; max-width: 323px;">
+ <img src="{{site.baseurl}}/images/jdbc.png" style="width: 75%; max-width: 323px;">
<div class="caption">Use your existing BI tools to query big data.</div>
</div>
</div>
@@ -110,7 +110,7 @@ subproject: SQL
</div>
<div class="col-md-5 col-sm-5 col-padded-top col-center">
<div style="width: 100%; max-width: 272px; display: inline-block; text-align: center;">
- <img src="{{site.url}}images/sqlperf.png" style="width: 100%; max-width: 250px;">
+ <img src="{{site.baseurl}}/images/sqlperf.png" style="width: 100%; max-width: 250px;">
<div class="caption" style="min-width: 272px;">Performance comparison between Shark and Spark SQL</div>
</div>
</div>
@@ -135,7 +135,7 @@ subproject: SQL
</p>
<p>
If you have questions about the system, ask on the
- <a href="{{site.url}}community.html#mailing-lists">Spark mailing lists</a>.
+ <a href="{{site.baseurl}}/community.html#mailing-lists">Spark mailing lists</a>.
</p>
<p>
The Spark SQL developers welcome contributions. If you'd like to help out,
@@ -150,15 +150,15 @@ subproject: SQL
To get started with Spark SQL:
</p>
<ul class="list-narrow">
- <li><a href="{{site.url}}downloads.html">Download Spark</a>. It includes Spark SQL as a module.</li>
- <li>Read the <a href="{{site.url}}docs/latest/sql-programming-guide.html">Spark SQL and DataFrame guide</a> to learn the API.</li>
+ <li><a href="{{site.baseurl}}/downloads.html">Download Spark</a>. It includes Spark SQL as a module.</li>
+ <li>Read the <a href="{{site.baseurl}}/docs/latest/sql-programming-guide.html">Spark SQL and DataFrame guide</a> to learn the API.</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-center">
- <a href="{{site.url}}downloads.html" class="btn btn-success btn-lg btn-multiline">
+ <a href="{{site.baseurl}}/downloads.html" class="btn btn-success btn-lg btn-multiline">
Download Apache Spark<br/><span class="small">Includes Spark SQL</span>
</a>
</div>