Skip to content

Commit a85eaaf

Browse files
committed
Add a Community Projects page
1 parent c567a68 commit a85eaaf

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

docs/_layouts/global.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<li class="divider"></li>
112112
<li><a href="building-with-maven.html">Building Spark with Maven</a></li>
113113
<li><a href="https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark">Contributing to Spark</a></li>
114+
<li><a href="community-projects.html">Community Projects</a></li>
114115
</ul>
115116
</li>
116117
</ul>
@@ -151,7 +152,7 @@ <h1 class="title">{{ page.title }}</h1>
151152
MathJax.Hub.Config({
152153
tex2jax: {
153154
inlineMath: [ ["$", "$"], ["\\\\(","\\\\)"] ],
154-
displayMath: [ ["$$","$$"], ["\\[", "\\]"] ],
155+
displayMath: [ ["$$","$$"], ["\\[", "\\]"] ],
155156
processEscapes: true,
156157
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
157158
}

docs/community-projects.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: global
3+
title: Community Projects
4+
---
5+
6+
Here is a list of Spark projects contributed by the community. If you have an interesting project, submit a pull request to add it here!
7+
8+
# Spark Infrastructure
9+
10+
* [Spark Job Server](https://github.com/spark-jobserver/spark-jobserver): A REST service for submitting, managing, and tracking multiple Spark jobs.
11+
12+
# Spark Data Sources
13+

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ options for deployment:
105105
* [3<sup>rd</sup> Party Hadoop Distributions](hadoop-third-party-distributions.html): using common Hadoop distributions
106106
* [Building Spark with Maven](building-with-maven.html): build Spark using the Maven system
107107
* [Contributing to Spark](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark)
108+
* [Community Projects](community-projects.html): third party Spark projects
108109

109110
**External Resources:**
110111

0 commit comments

Comments
 (0)