summaryrefslogtreecommitdiff
path: root/streaming
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 /streaming
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 'streaming')
-rw-r--r--streaming/index.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/streaming/index.md b/streaming/index.md
index 459d84fed..37985a138 100644
--- a/streaming/index.md
+++ b/streaming/index.md
@@ -22,7 +22,7 @@ subproject: Streaming
</p>
<p>
Spark Streaming brings Apache Spark's
- <a href="{{site.url}}docs/latest/streaming-programming-guide.html">language-integrated API</a>
+ <a href="{{site.baseurl}}/docs/latest/streaming-programming-guide.html">language-integrated API</a>
to stream processing, letting you write streaming jobs the same way you write batch jobs.
It supports Java, Scala and Python.
</p>
@@ -53,7 +53,7 @@ subproject: Streaming
</div>
<div class="col-md-5 col-sm-5 col-padded-top col-center">
<div style="width: 100%; max-width: 300px; display: inline-block;">
- <img src="{{site.url}}images/spark-streaming-recovery.png" style="width: 100%; max-width: 300px;">
+ <img src="{{site.baseurl}}/images/spark-streaming-recovery.png" style="width: 100%; max-width: 300px;">
</div>
</div>
</div>
@@ -97,8 +97,8 @@ subproject: Streaming
You can also define your own custom data sources.
</p>
<p>
- You can run Spark Streaming on Spark's <a href="{{site.url}}docs/latest/spark-standalone.html">standalone cluster mode</a>
- or <a href="{{site.url}}docs/latest/ec2-scripts.html">EC2</a>.
+ You can run Spark Streaming on Spark's <a href="{{site.baseurl}}/docs/latest/spark-standalone.html">standalone cluster mode</a>
+ or <a href="{{site.baseurl}}/docs/latest/ec2-scripts.html">EC2</a>.
It also includes a local run mode for development.
In production,
Spark Streaming uses <a href="http://zookeeper.apache.org">ZooKeeper</a> and <a href="http://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html">HDFS</a> for high availability.
@@ -113,7 +113,7 @@ subproject: Streaming
</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 Streaming developers welcome contributions. If you'd like to help out,
@@ -128,8 +128,8 @@ subproject: Streaming
To get started with Spark Streaming:
</p>
<ul class="list-narrow">
- <li><a href="{{site.url}}downloads.html">Download Spark</a>. It includes Streaming as a module.</li>
- <li>Read the <a href="{{site.url}}docs/latest/streaming-programming-guide.html">Spark Streaming programming guide</a>, which includes a tutorial and describes system architecture, configuration and high availability.</li>
+ <li><a href="{{site.baseurl}}/downloads.html">Download Spark</a>. It includes Streaming as a module.</li>
+ <li>Read the <a href="{{site.baseurl}}/docs/latest/streaming-programming-guide.html">Spark Streaming programming guide</a>, which includes a tutorial and describes system architecture, configuration and high availability.</li>
<li>Check out example programs in <a href="https://github.com/apache/spark/tree/master/examples/src/main/scala/org/apache/spark/examples/streaming">Scala</a> and <a href="https://github.com/apache/spark/tree/master/examples/src/main/java/org/apache/spark/examples/streaming">Java</a>.</li>
</ul>
</div>
@@ -137,7 +137,7 @@ subproject: Streaming
<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 Streaming</span>
</a>
</div>