You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2020/08/27 22:48:02 UTC

[spark-website] branch asf-site updated: Adds Kotlin to the list of third-party language bindings

This is an automated email from the ASF dual-hosted git repository.

srowen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 36e19d7  Adds Kotlin to the list of third-party language bindings
36e19d7 is described below

commit 36e19d72f38a806b3086636ec1266bbffb8dfaf2
Author: MKhalusova <ka...@gmail.com>
AuthorDate: Thu Aug 27 17:47:46 2020 -0500

    Adds Kotlin to the list of third-party language bindings
    
    This PR adds a link to Kotlin for Apache Spark repo as a third-party language binding.
    
    Author: MKhalusova <ka...@gmail.com>
    
    Closes #287 from MKhalusova/kotlin-third-party.
---
 site/third-party-projects.html | 6 ++++++
 third-party-projects.md        | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/site/third-party-projects.html b/site/third-party-projects.html
index 5bd1524..bed5d61 100644
--- a/site/third-party-projects.html
+++ b/site/third-party-projects.html
@@ -298,6 +298,12 @@ transforming, and analyzing genomic data using Apache Spark</li>
   <li><a href="https://github.com/dfdx/Spark.jl">Spark.jl</a></li>
 </ul>
 
+<h3>Kotlin</h3>
+
+<ul>
+  <li><a href="https://github.com/JetBrains/kotlin-spark-api">Kotlin for Apache Spark</a></li>
+</ul>
+
   </div>
 </div>
 
diff --git a/third-party-projects.md b/third-party-projects.md
index 6176ff6..8f29bbb 100644
--- a/third-party-projects.md
+++ b/third-party-projects.md
@@ -90,3 +90,7 @@ transforming, and analyzing genomic data using Apache Spark
 <h3>Julia</h3>
 
 - <a href="https://github.com/dfdx/Spark.jl">Spark.jl</a>
+
+<h3>Kotlin</h3>
+
+- <a href="https://github.com/JetBrains/kotlin-spark-api">Kotlin for Apache Spark</a>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org