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/06/15 13:55:09 UTC

[spark-website] branch asf-site updated: Add Apache DataFu as a Spark-supporting project

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 011a4d0  Add Apache DataFu as a Spark-supporting project
011a4d0 is described below

commit 011a4d053a506b17eb9f53aeffaa12357def9b38
Author: Eyal Allweil <ea...@paypal.com>
AuthorDate: Mon Jun 15 08:54:29 2020 -0500

    Add Apache DataFu as a Spark-supporting project
    
    Add Apache DataFu to the list of third party projects
    
    Author: Eyal Allweil <ea...@paypal.com>
    
    Closes #268 from eyala/asf-site.
---
 site/third-party-projects.html | 1 +
 third-party-projects.md        | 1 +
 2 files changed, 2 insertions(+)

diff --git a/site/third-party-projects.html b/site/third-party-projects.html
index 3a552c3..54bc08c 100644
--- a/site/third-party-projects.html
+++ b/site/third-party-projects.html
@@ -240,6 +240,7 @@ against Spark, and data scientists to use Javascript in Jupyter notebooks.</li>
   <li><a href="https://delta.io">Delta Lake</a> - Storage layer that provides ACID transactions and scalable metadata handling for Apache Spark workloads.</li>
   <li><a href="https://mlflow.org">MLflow</a> - Open source platform to manage the machine learning lifecycle, including deploying models from diverse machine learning libraries on Apache Spark.</li>
   <li><a href="https://github.com/databricks/koalas">Koalas</a> - Data frame API on Apache Spark that more closely follows Python&#8217;s pandas.</li>
+  <li><a href="https://datafu.apache.org/docs/spark/getting-started.html">Apache DataFu</a> - A collection of utils and user-defined-functions for working with large scale data in Apache Spark, as well as making Scala-Python interoperability easier.</li>
 </ul>
 
 <h2>Applications Using Spark</h2>
diff --git a/third-party-projects.md b/third-party-projects.md
index 57dea81..6176ff6 100644
--- a/third-party-projects.md
+++ b/third-party-projects.md
@@ -46,6 +46,7 @@ against Spark, and data scientists to use Javascript in Jupyter notebooks.
 - <a href="https://delta.io">Delta Lake</a> - Storage layer that provides ACID transactions and scalable metadata handling for Apache Spark workloads.
 - <a href="https://mlflow.org">MLflow</a> - Open source platform to manage the machine learning lifecycle, including deploying models from diverse machine learning libraries on Apache Spark.
 - <a href="https://github.com/databricks/koalas">Koalas</a> - Data frame API on Apache Spark that more closely follows Python's pandas.
+- <a href="https://datafu.apache.org/docs/spark/getting-started.html">Apache DataFu</a> - A collection of utils and user-defined-functions for working with large scale data in Apache Spark, as well as making Scala-Python interoperability easier.
 
 <h2>Applications Using Spark</h2>
 


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