summaryrefslogtreecommitdiff
path: root/blag/content/blog/Spark.markdown
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-02-24 20:49:13 -0700
committerkballou <kballou@devnulllabs.io>2016-02-25 10:08:28 -0700
commitf09e4be41ded14547e18f8a004f03e500da3bf7e (patch)
tree480bf13c4b1960a759f8f4c58a2b2fe4cad9658e /blag/content/blog/Spark.markdown
parent4705635a73ac8fc16c0f26fa244ca220a4a3d0b8 (diff)
downloadkennyballou.com-f09e4be41ded14547e18f8a004f03e500da3bf7e.tar.gz
kennyballou.com-f09e4be41ded14547e18f8a004f03e500da3bf7e.tar.xz
Redesign ALL the Things
* Add target _blank for external social links * Change color scheme to more Solarized * Remove author column - This is moved to the top * Update links to images - These are now using Hugo's shortcodes for "figures"
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]