Skip to content

Commit

Permalink
[docs] Fix javascript exception caused by disqus and fix typos in clu…
Browse files Browse the repository at this point in the history
…ster execution.

This closes apache#1756
  • Loading branch information
wuchong authored and StephanEwen committed Mar 4, 2016
1 parent 628bafa commit b10bd92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/_layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,15 @@
</script>

<!-- Disqus -->
{% comment %}
<script type="text/javascript">
var disqus_shortname = 'stratosphere-eu';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</script>
{% endcomment %}
</body>
</html>
2 changes: 1 addition & 1 deletion docs/apis/cluster_execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ takes the path(s) to the JAR file(s).
## Linking with modules not contained in the binary distribution

The binary distribution contains jar packages in the `lib` folder that are automatically
provided to the classpath of your distrbuted programs. Almost all of Flink classes are
provided to the classpath of your distributed programs. Almost all of Flink classes are
located there with a few exceptions, for example the streaming connectors and some freshly
added modules. To run code depending on these modules you need to make them accessible
during runtime, for which we suggest two options:
Expand Down

0 comments on commit b10bd92

Please sign in to comment.