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 55f231b067 add dataflint to third party projects page
55f231b067 is described below
commit 55f231b067c1e5e44fc1ead737a0bfd37a7d0327
Author: menishmueli <[email protected]>
AuthorDate: Sat Sep 14 19:11:52 2024 -0500
add dataflint to third party projects page
Added DataFlint(https://github.com/dataflint/spark) to the third party
projects page
Generated site HTML with `bundle exec jekyll build` and tested it with
`bundle exec jekyll serve`
Author: menishmueli <[email protected]>
Closes #538 from menishmueli/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 cbb07d2506..24f92c5639 100644
--- a/site/third-party-projects.html
+++ b/site/third-party-projects.html
@@ -227,6 +227,7 @@ transforming, and analyzing genomic data using Apache
Spark</li>
<ul>
<li><a href="https://www.datamechanics.co/delight">Data Mechanics
Delight</a> - Delight is a free, hosted, cross-platform Spark UI alternative
backed by an open-source Spark agent. It features new metrics and
visualizations to simplify Spark monitoring and performance tuning.</li>
+ <li><a href="https://github.com/dataflint/spark">DataFlint</a> - DataFlint
is A Spark UI replacement installed via an open-source library, which updates
in real-time and alerts on performance issues</li>
</ul>
<h2>Additional language bindings</h2>
diff --git a/third-party-projects.md b/third-party-projects.md
index e83ff1eadf..7d2f3feb26 100644
--- a/third-party-projects.md
+++ b/third-party-projects.md
@@ -70,6 +70,7 @@ transforming, and analyzing genomic data using Apache Spark
<h2>Performance, monitoring, and debugging tools for Spark</h2>
- <a href="https://www.datamechanics.co/delight">Data Mechanics Delight</a> -
Delight is a free, hosted, cross-platform Spark UI alternative backed by an
open-source Spark agent. It features new metrics and visualizations to simplify
Spark monitoring and performance tuning.
+- <a href="https://github.com/dataflint/spark">DataFlint</a> - DataFlint is A
Spark UI replacement installed via an open-source library, which updates in
real-time and alerts on performance issues
<h2>Additional language bindings</h2>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]