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 e742d0f  Add stopwatch performance library
     new 1b0624d  Merge pull request #185 from g1thubhub/Add_stopwatch_project
e742d0f is described below

commit e742d0ff485ae59c1868f401e5a88bc4803eab57
Author: phil <a@as-MacBook-Pro.local>
AuthorDate: Mon Mar 4 18:50:31 2019 +0000

    Add stopwatch performance library
---
 site/third-party-projects.html | 6 ++++++
 third-party-projects.md        | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/site/third-party-projects.html b/site/third-party-projects.html
index 5d56394..5a645bb 100644
--- a/site/third-party-projects.html
+++ b/site/third-party-projects.html
@@ -264,6 +264,12 @@ transforming, and analyzing genomic data using Apache 
Spark</li>
   <li><a href="https://github.com/JohnSnowLabs/spark-nlp";>Natural Language 
Processing for Apache Spark</a> - A library to provide simple, performant, and 
accurate NLP annotations for machine learning pipelines</li>
 </ul>
 
+<h2>Performance, Monitoring, and Debugging Tools for Spark</h2>
+
+<ul>
+      <li><a href="https://github.com/g1thubhub/phil_stopwatch";>Performance 
and debugging library</a> - A library to analyze Spark and PySpark applications 
for improving performance and finding the cause of failures</li>
+</ul>
+
 <h2>Additional Language Bindings</h2>
 
 <h3>C# / .NET</h3>
diff --git a/third-party-projects.md b/third-party-projects.md
index 0f210e6..607398d 100644
--- a/third-party-projects.md
+++ b/third-party-projects.md
@@ -67,6 +67,9 @@ transforming, and analyzing genomic data using Apache Spark
 - <a href="https://github.com/salesforce/TransmogrifAI";>TransmogrifAI</a> - 
AutoML library for building modular, reusable, strongly typed machine learning 
workflows on Spark with minimal hand tuning
 - <a href="https://github.com/JohnSnowLabs/spark-nlp";>Natural Language 
Processing for Apache Spark</a> - A library to provide simple, performant, and 
accurate NLP annotations for machine learning pipelines
 
+<h2>Performance, Monitoring, and Debugging Tools for Spark</h2>
+- <a href="https://github.com/g1thubhub/phil_stopwatch";>Performance and 
debugging library</a> - A library to analyze Spark and PySpark applications for 
improving performance and finding the cause of failures
+
 <h2>Additional Language Bindings</h2>
 
 <h3>C# / .NET</h3>


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

Reply via email to