You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2019/05/21 18:35:13 UTC

[spark-website] branch asf-site updated: Fix broken link on 3rd party projects page and add more projects

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

matei 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 8a612a8  Fix broken link on 3rd party projects page and add more projects
8a612a8 is described below

commit 8a612a8d0fd206fafe5ce8b7a108025a6a7ec679
Author: Matei Zaharia <ma...@gmail.com>
AuthorDate: Tue May 21 11:34:34 2019 -0700

    Fix broken link on 3rd party projects page and add more projects
    
    It looks like a previous commit tried to delete this broken link but left one line in.
    
    Author: Matei Zaharia <ma...@gmail.com>
    
    Closes #204 from mateiz/third-party-fixes.
---
 site/third-party-projects.html | 4 +++-
 third-party-projects.md        | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/site/third-party-projects.html b/site/third-party-projects.html
index 4d8c483..4897972 100644
--- a/site/third-party-projects.html
+++ b/site/third-party-projects.html
@@ -230,7 +230,6 @@ running Spark</li>
 storage system that supports running Spark</li>
   <li><a href="https://github.com/filodb/FiloDB">FiloDB</a> - a Spark integrated analytical/columnar 
 database, with in-memory option capable of sub-second concurrent queries</li>
-  <li>&lt;a href=&#8221;https://www.elastic.co/guide/en/elasticsearch/hadoop/7.x/spark.html</li>
   <li><a href="http://zeppelin-project.org/">Zeppelin</a> - Multi-purpose notebook which supports 20+ language backends,
 including Apache Spark</li>
   <li><a href="https://github.com/EclairJS/eclairjs-node">EclairJS</a> - enables Node.js developers to code
@@ -238,6 +237,9 @@ against Spark, and data scientists to use Javascript in Jupyter notebooks.</li>
   <li><a href="https://github.com/Hydrospheredata/mist">Mist</a> - Serverless proxy for Spark cluster (spark middleware)</li>
   <li><a href="https://github.com/GoogleCloudPlatform/spark-on-k8s-operator">K8S Operator for Apache Spark</a> - Kubernetes operator for specifying and managing the lifecycle of Apache Spark applications on Kubernetes.</li>
   <li><a href="https://developer.ibm.com/storage/products/ibm-spectrum-conductor-spark/">IBM Spectrum Conductor</a> - Cluster management software that integrates with Spark and modern computing frameworks.</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>
 </ul>
 
 <h2>Applications Using Spark</h2>
diff --git a/third-party-projects.md b/third-party-projects.md
index 5d64d92..a836c6d 100644
--- a/third-party-projects.md
+++ b/third-party-projects.md
@@ -36,7 +36,6 @@ running Spark
 storage system that supports running Spark    
 - <a href="https://github.com/filodb/FiloDB">FiloDB</a> - a Spark integrated analytical/columnar 
 database, with in-memory option capable of sub-second concurrent queries
-- <a href="https://www.elastic.co/guide/en/elasticsearch/hadoop/7.x/spark.html
 - <a href="http://zeppelin-project.org/">Zeppelin</a> - Multi-purpose notebook which supports 20+ language backends,
 including Apache Spark
 - <a href="https://github.com/EclairJS/eclairjs-node">EclairJS</a> - enables Node.js developers to code
@@ -44,6 +43,9 @@ against Spark, and data scientists to use Javascript in Jupyter notebooks.
 - <a href="https://github.com/Hydrospheredata/mist">Mist</a> - Serverless proxy for Spark cluster (spark middleware)
 - <a href="https://github.com/GoogleCloudPlatform/spark-on-k8s-operator">K8S Operator for Apache Spark</a> - Kubernetes operator for specifying and managing the lifecycle of Apache Spark applications on Kubernetes.
 - <a href="https://developer.ibm.com/storage/products/ibm-spectrum-conductor-spark/">IBM Spectrum Conductor</a> - Cluster management software that integrates with Spark and modern computing frameworks.
+- <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.
 
 <h2>Applications Using Spark</h2>
 


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