summaryrefslogtreecommitdiff
path: root/blag/content/blog/Spark.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'blag/content/blog/Spark.markdown')
-rw-r--r--blag/content/blog/Spark.markdown4
1 files changed, 1 insertions, 3 deletions
diff --git a/blag/content/blog/Spark.markdown b/blag/content/blog/Spark.markdown
index cac839b..a8a8262 100644
--- a/blag/content/blog/Spark.markdown
+++ b/blag/content/blog/Spark.markdown
@@ -231,7 +231,7 @@ reporting purposes.
This project follows a very similar process structure as the Storm Topology
from last time.
-![Sentiment Analysis Topology][satimg]
+{{< figure src="/media/SentimentAnalysisTopology.png" >}}
However, each node in the above graph is actually a transformation on the
current DStream and not an individual process (or group of processes).
@@ -596,8 +596,6 @@ Spark and Apache Storm.
## Related Links / References ##
-[satimg]: https://kennyballou.com/media/SentimentAnalysisTopology.png
-
[1]: http://spark.apache.org/
* [Apache Spark][1]