You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2022/06/06 20:29:25 UTC

[datasketches-website] branch master updated: Link Theta Sketch example in Spark

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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c7b0158 Link Theta Sketch example in Spark
     new 93700693 Merge pull request #116 from mrsrinivas/spark-example-link
3c7b0158 is described below

commit 3c7b0158de4fb3cca8697a63895b89659cbd07ba
Author: Srinivas Reddy <sr...@gmail.com>
AuthorDate: Sat May 21 15:33:50 2022 +0800

    Link Theta Sketch example in Spark
    
    Added the link in the documentation for quick navigation
---
 docs/Architecture/SketchFeaturesMatrix.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Architecture/SketchFeaturesMatrix.md b/docs/Architecture/SketchFeaturesMatrix.md
index 6fe46ed0..c18e6e91 100644
--- a/docs/Architecture/SketchFeaturesMatrix.md
+++ b/docs/Architecture/SketchFeaturesMatrix.md
@@ -62,7 +62,7 @@ All sketches have *a posteriori* error bounds methods.
 
 
 <sup>1</sup> Integrated into Druid.<br>
-<sup>2</sup> Spark Example Code on website. Theta Sketch is the only one we have tried in Spark, it doesn't mean other sketches cannot be used.<br>
+<sup>2</sup> [Spark Example Code]({{site.docs_dir}}/Theta/ThetaSparkExample.html) on website. Theta Sketch is the only one we have tried in Spark, it doesn't mean other sketches cannot be used.<br>
 <sup>3</sup> Tuple Sketch: Example Code in test/.../tuple/aninteger.<br>
 <sup>4</sup> Theta Sketch: C++/Python has no implementaion of the Jaccard, yet.<br>
 <sup>5</sup> Frequent Items Sketch: PostgreSQL implemented for Strings only.<br>


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