This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository
https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new fa7f4d4 Automatic Site Publish by Buildbot
fa7f4d4 is described below
commit fa7f4d4a0bcdca30699c953cd50d344e2b596194
Author: buildbot <[email protected]>
AuthorDate: Thu Feb 20 19:49:44 2020 +0000
Automatic Site Publish by Buildbot
---
output/docs/Architecture/Components.html | 6 +++---
output/docs/HLL/HllSketchVsDruidHyperLogLogCollector.html | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/output/docs/Architecture/Components.html
b/output/docs/Architecture/Components.html
index fe77b4d..63d3467 100644
--- a/output/docs/Architecture/Components.html
+++ b/output/docs/Architecture/Components.html
@@ -472,7 +472,7 @@
<ul>
<li>
- <p><strong><a
href="https://https://github.com/apache/incubator-datasketches-java">Java</a></strong>
(Versioned, Apache Released) This is the original and the most comprehensive
collection of sketch algorithms. It has a dependence on the Memory component
and the Java Adaptors have a dependence on this component.</p>
+ <p><strong><a
href="https://github.com/apache/incubator-datasketches-java">Java</a></strong>
(Versioned, Apache Released) This is the original and the most comprehensive
collection of sketch algorithms. It has a dependence on the Memory component
and the Java Adaptors have a dependence on this component.</p>
</li>
<li>
<p><strong><a
href="https://github.com/apache/incubator-datasketches-cpp">C++/Python</a></strong>
(Versioned, Apache Released) This is newer and provides most of the major
algorithms available in Java. Our C++ adaptors have a dependence on this
component. The Pybind adaptors for Python are included here for all the C++
sketches.</p>
@@ -484,13 +484,13 @@
<h3 id="java-adaptors">Java Adaptors</h3>
<ul>
- <li><strong><a
href="https://https://github.com/apache/incubator-datasketches-hive">Apache
Hive</a></strong> (Versioned, Apache Released)
+ <li><strong><a
href="https://github.com/apache/incubator-datasketches-hive">Apache
Hive</a></strong> (Versioned, Apache Released)
<ul>
<li><a href="/docs/Theta/ThetaHiveUDFs.html">Theta Sketch
Example</a></li>
<li><a href="/docs/Tuple/TuplePigUDFs.html">Tuple Sketch Example</a></li>
</ul>
</li>
- <li><strong><a
href="https://https://github.com/apache/incubator-datasketches-pig">Apache
Pig</a></strong> (Versioned, Apache Released)
+ <li><strong><a
href="https://github.com/apache/incubator-datasketches-pig">Apache
Pig</a></strong> (Versioned, Apache Released)
<ul>
<li><a href="/docs/Theta/ThetaPigUDFs.html">Theta Sketch Example</a></li>
<li><a href="/docs/Tuple/TuplePigUDFs.html">Tuple Sketch Example</a></li>
diff --git a/output/docs/HLL/HllSketchVsDruidHyperLogLogCollector.html
b/output/docs/HLL/HllSketchVsDruidHyperLogLogCollector.html
index c3fcba3..5ac77c0 100644
--- a/output/docs/HLL/HllSketchVsDruidHyperLogLogCollector.html
+++ b/output/docs/HLL/HllSketchVsDruidHyperLogLogCollector.html
@@ -481,7 +481,7 @@
-->
<h1 id="hll-sketch-vs-druid-hyperloglogcollector">HLL sketch vs Druid
HyperLogLogCollector</h1>
-<p>The goal of this article is to compare the HLL sketch implemented in this
library to the <a href="https://github.com/apache/druid/tree/master/hlll">Druid
HyperLogLogCollector</a>.</p>
+<p>The goal of this article is to compare the HLL sketch implemented in this
library to the <a href="https://github.com/apache/druid/tree/master/hll">Druid
HyperLogLogCollector</a>.</p>
<h2 id="versions">Versions</h2>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]