Repository: spark-website Updated Branches: refs/heads/asf-site 087e3ae83 -> 0490125a8
Add a reference to Julia Spark binding Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/0490125a Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/0490125a Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/0490125a Branch: refs/heads/asf-site Commit: 0490125a8ebe0c9590fa9baa567aa30e530f3e93 Parents: 087e3ae Author: Avik Sengupta <[email protected]> Authored: Thu Oct 5 15:27:20 2017 +0100 Committer: Avik Sengupta <[email protected]> Committed: Thu Oct 5 15:27:20 2017 +0100 ---------------------------------------------------------------------- site/third-party-projects.html | 6 ++++++ third-party-projects.md | 4 ++++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark-website/blob/0490125a/site/third-party-projects.html ---------------------------------------------------------------------- diff --git a/site/third-party-projects.html b/site/third-party-projects.html index cd1b9fa..a93b882 100644 --- a/site/third-party-projects.html +++ b/site/third-party-projects.html @@ -280,6 +280,12 @@ transforming, and analyzing genomic data using Apache Spark</li> <li><a href="https://github.com/bunions1/groovy-spark-example">groovy-spark-example</a></li> </ul> +<h3>Julia</h3> + +<ul> + <li><a href="https://github.com/dfdx/Spark.jl">Spark.jl</a></li> +</ul> + </div> </div> http://git-wip-us.apache.org/repos/asf/spark-website/blob/0490125a/third-party-projects.md ---------------------------------------------------------------------- diff --git a/third-party-projects.md b/third-party-projects.md index dee4941..0578309 100644 --- a/third-party-projects.md +++ b/third-party-projects.md @@ -82,3 +82,7 @@ transforming, and analyzing genomic data using Apache Spark <h3>Groovy</h3> - <a href="https://github.com/bunions1/groovy-spark-example">groovy-spark-example</a> + +<h3>Julia</h3> + +- <a href="https://github.com/dfdx/Spark.jl">Spark.jl</a> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
