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/datasketches-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d61037f Automatic Site Publish by Buildbot
d61037f is described below
commit d61037fdb586d2772da445615c2da5318fc743f8
Author: buildbot <[email protected]>
AuthorDate: Sat Feb 19 00:54:02 2022 +0000
Automatic Site Publish by Buildbot
---
output/docs/CPC/CpcPigExample.html | 6 +++---
output/docs/Community/Downloads.html | 24 +++++++---------------
output/docs/Frequency/FrequentItemsPigUDFs.html | 6 +++---
output/docs/HLL/HllPigUDFs.html | 12 +++++------
output/docs/Quantiles/QuantilesPigUDFs.html | 6 +++---
output/docs/Sampling/ReservoirSamplingPigUDFs.html | 6 +++---
output/docs/Sampling/VarOptPigUDFs.html | 6 +++---
output/docs/Theta/ThetaPigUDFs.html | 12 +++++------
output/docs/Tuple/TuplePigUDFs.html | 6 +++---
9 files changed, 37 insertions(+), 47 deletions(-)
diff --git a/output/docs/CPC/CpcPigExample.html
b/output/docs/CPC/CpcPigExample.html
index c67b644..4539039 100644
--- a/output/docs/CPC/CpcPigExample.html
+++ b/output/docs/CPC/CpcPigExample.html
@@ -523,9 +523,9 @@
<h3
id="cpcpig-script-building-sketches-merging-sketches-and-getting-estimates">cpc.pig
script: building sketches, merging sketches and getting estimates</h3>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-1.2.0-incubating.jar;
-register datasketches-java-1.2.0-incubating.jar;
-register datasketches-pig-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-2.0.0.jar;
+register datasketches-java-3.1.0.jar;
+register datasketches-pig-1.1.0.jar;
define dataToSketch org.apache.datasketches.pig.cpc.DataToSketch('12');
define unionSketch org.apache.datasketches.pig.cpc.UnionSketch('12');
diff --git a/output/docs/Community/Downloads.html
b/output/docs/Community/Downloads.html
index 98f4697..fbadecc 100644
--- a/output/docs/Community/Downloads.html
+++ b/output/docs/Community/Downloads.html
@@ -543,16 +543,6 @@
</tr>
<tr>
<td style="text-align: center">C++,Python Core</td>
- <td style="text-align: center">3.2.0</td>
- <td style="text-align: center"><a
href="https://www.apache.org/dyn/closer.lua/datasketches/cpp/3.2.0/apache-datasketches-cpp-3.2.0-src.zip">Download</a></td>
- <td style="text-align: center"><a
href="https://downloads.apache.org/datasketches/cpp/3.2.0/apache-datasketches-cpp-3.2.0-src.zip.asc">Signature</a></td>
- <td style="text-align: center"><a
href="https://downloads.apache.org/datasketches/cpp/3.2.0/apache-datasketches-cpp-3.2.0-src.zip.sha512">Hash</a></td>
- <td style="text-align: center">2021-09-29T18:15:32Z</td>
- <td style="text-align: center">50186</td>
- <td style="text-align: center">jmalkin</td>
- </tr>
- <tr>
- <td style="text-align: center">C++,Python Core</td>
<td style="text-align: center">3.3.0</td>
<td style="text-align: center"><a
href="https://www.apache.org/dyn/closer.lua/datasketches/cpp/3.3.0/apache-datasketches-cpp-3.3.0-src.zip">Download</a></td>
<td style="text-align: center"><a
href="https://downloads.apache.org/datasketches/cpp/3.3.0/apache-datasketches-cpp-3.3.0-src.zip.asc">Signature</a></td>
@@ -583,13 +573,13 @@
</tr>
<tr>
<td style="text-align: center">Java Pig Adaptor</td>
- <td style="text-align: center">1.0.0-incubating</td>
- <td style="text-align: center"><a
href="https://www.apache.org/dyn/closer.lua/datasketches/pig/1.0.0-incubating/apache-datasketches-pig-1.0.0-incubating-src.zip">Download</a></td>
- <td style="text-align: center"><a
href="https://downloads.apache.org/datasketches/pig/1.0.0-incubating/apache-datasketches-pig-1.0.0-incubating-src.zip.asc">Signature</a></td>
- <td style="text-align: center"><a
href="https://downloads.apache.org/datasketches/pig/1.0.0-incubating/apache-datasketches-pig-1.0.0-incubating-src.zip.sha512">Hash</a></td>
- <td style="text-align: center">2019-10-19T01:24:36Z</td>
- <td style="text-align: center">36385</td>
- <td style="text-align: center">leerho</td>
+ <td style="text-align: center">1.1.0</td>
+ <td style="text-align: center"><a
href="https://www.apache.org/dyn/closer.lua/datasketches/pig/1.1.0/apache-datasketches-pig-1.1.0-src.zip">Download</a></td>
+ <td style="text-align: center"><a
href="https://downloads.apache.org/datasketches/pig/1.1.0/apache-datasketches-pig-1.1.0-src.zip.asc">Signature</a></td>
+ <td style="text-align: center"><a
href="https://downloads.apache.org/datasketches/pig/1.1.0/apache-datasketches-pig-1.1.0-src.zip.sha512">Hash</a></td>
+ <td style="text-align: center">2022-02-17T19:42:16Z</td>
+ <td style="text-align: center">52612</td>
+ <td style="text-align: center">alsay</td>
</tr>
<tr>
<td style="text-align: center">C++ PostgreSQL Adaptor</td>
diff --git a/output/docs/Frequency/FrequentItemsPigUDFs.html
b/output/docs/Frequency/FrequentItemsPigUDFs.html
index 9a77029..58b0c56 100644
--- a/output/docs/Frequency/FrequentItemsPigUDFs.html
+++ b/output/docs/Frequency/FrequentItemsPigUDFs.html
@@ -523,9 +523,9 @@
<h3 id="frequent_itemspig-script">frequent_items.pig script</h3>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-1.2.0-incubating.jar;
-register datasketches-java-1.2.0-incubating.jar;
-register datasketches-pig-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-2.0.0.jar;
+register datasketches-java-3.1.0.jar;
+register datasketches-pig-1.1.0.jar;
-- very small sketch just for the purpose of this tiny example
define dataToSketch
org.apache.datasketches.pig.frequencies.DataToFrequentStringsSketch('8');
diff --git a/output/docs/HLL/HllPigUDFs.html b/output/docs/HLL/HllPigUDFs.html
index aa11316..b049d30 100644
--- a/output/docs/HLL/HllPigUDFs.html
+++ b/output/docs/HLL/HllPigUDFs.html
@@ -525,9 +525,9 @@
<h3 id="hllpig-script-build-sketches-union-sketches-and-get-estimates">hll.pig
script: build sketches, union sketches and get estimates</h3>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-1.2.0-incubating.jar;
-register datasketches-java-1.2.0-incubating.jar;
-register datasketches-pig-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-2.0.0.jar;
+register datasketches-java-3.1.0.jar;
+register datasketches-pig-1.1.0.jar;
-- Parameters are optional. Default is 12
define dataToSketch org.apache.datasketches.pig.hll.DataToSketch('10');
@@ -590,9 +590,9 @@ From ‘dump d’ (unique count estimate per category):</p>
<h3
id="hll_unionpig-script-union-sketches-from-different-columns">hll_union.pig
script: union sketches from different columns</h3>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-1.2.0-incubating.jar;
-register datasketches-java-1.2.0-incubating.jar;
-register datasketches-pig-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-2.0.0.jar;
+register datasketches-java-3.1.0.jar;
+register datasketches-pig-1.1.0.jar;
define dataToSketch org.apache.datasketches.pig.hll.DataToSketch();
define unionSketch org.apache.datasketches.pig.hll.UnionSketch();
diff --git a/output/docs/Quantiles/QuantilesPigUDFs.html
b/output/docs/Quantiles/QuantilesPigUDFs.html
index 065b220..160005e 100644
--- a/output/docs/Quantiles/QuantilesPigUDFs.html
+++ b/output/docs/Quantiles/QuantilesPigUDFs.html
@@ -523,9 +523,9 @@
<h3 id="quantilespig-script">quantiles.pig script</h3>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-1.2.0-incubating.jar;
-register datasketches-java-1.2.0-incubating.jar;
-register datasketches-pig-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-2.0.0.jar;
+register datasketches-java-3.1.0.jar;
+register datasketches-pig-1.1.0.jar;
define dataToSketch
org.apache.datasketches.pig.quantiles.DataToDoublesSketch();
define unionSketch org.apache.datasketches.pig.quantiles.UnionDoublesSketch();
diff --git a/output/docs/Sampling/ReservoirSamplingPigUDFs.html
b/output/docs/Sampling/ReservoirSamplingPigUDFs.html
index 5e48172..eb48a3e 100644
--- a/output/docs/Sampling/ReservoirSamplingPigUDFs.html
+++ b/output/docs/Sampling/ReservoirSamplingPigUDFs.html
@@ -523,9 +523,9 @@
<h3 id="reservoir_examplepig-script">reservoir_example.pig script</h3>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-1.2.0-incubating.jar;
-register datasketches-java-1.2.0-incubating.jar;
-register datasketches-pig-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-2.0.0.jar;
+register datasketches-java-3.1.0.jar;
+register datasketches-pig-1.1.0.jar;
-- very small sketch just for the purpose of this tiny example
DEFINE ReservoirSampling
org.apache.datasketches.pig.sampling.ReservoirSampling('4');
diff --git a/output/docs/Sampling/VarOptPigUDFs.html
b/output/docs/Sampling/VarOptPigUDFs.html
index 3447087..cd72d14 100644
--- a/output/docs/Sampling/VarOptPigUDFs.html
+++ b/output/docs/Sampling/VarOptPigUDFs.html
@@ -523,9 +523,9 @@
<h3 id="varopt_examplepig-script">varopt_example.pig script</h3>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-1.2.0-incubating.jar;
-register datasketches-java-1.2.0-incubating.jar;
-register datasketches-pig-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-2.0.0.jar;
+register datasketches-java-3.1.0.jar;
+register datasketches-pig-1.1.0.jar;
-- very small sketch just for the purpose of this tiny example
DEFINE DataToSketch
org.apache.datasketches.pig.sampling.DataToVarOptSketch('4', '0');
diff --git a/output/docs/Theta/ThetaPigUDFs.html
b/output/docs/Theta/ThetaPigUDFs.html
index 1321acf..2639bb7 100644
--- a/output/docs/Theta/ThetaPigUDFs.html
+++ b/output/docs/Theta/ThetaPigUDFs.html
@@ -523,9 +523,9 @@
<h3
id="thetapig-script-building-sketches-merging-sketches-and-getting-estimates">theta.pig
script: building sketches, merging sketches and getting estimates</h3>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-1.2.0-incubating.jar;
-register datasketches-java-1.2.0-incubating.jar;
-register datasketches-pig-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-2.0.0.jar;
+register datasketches-java-3.1.0.jar;
+register datasketches-pig-1.1.0.jar;
define dataToSketch org.apache.datasketches.pig.theta.DataToSketch('32');
define unionSketch org.apache.datasketches.pig.theta.Union('32');
@@ -573,9 +573,9 @@ to show the estimation mode for the purposes of this
example.</p>
<h3 id="theta_setopspig-script-set-operations-on-sketches">theta_setops.pig
script: set operations on sketches</h3>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-1.2.0-incubating.jar;
-register datasketches-java-1.2.0-incubating.jar;
-register datasketches-pig-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-2.0.0-incubating.jar;
+register datasketches-java-3.1.0.jar;
+register datasketches-pig-1.1.0.jar;
define dataToSketch org.apache.datasketches.pig.theta.DataToSketch('32');
define unionSketch org.apache.datasketches.pig.theta.Union();
diff --git a/output/docs/Tuple/TuplePigUDFs.html
b/output/docs/Tuple/TuplePigUDFs.html
index 773930f..3f6a31c 100644
--- a/output/docs/Tuple/TuplePigUDFs.html
+++ b/output/docs/Tuple/TuplePigUDFs.html
@@ -523,9 +523,9 @@
<h3 id="tuplepig-script">tuple.pig script</h3>
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-1.2.0-incubating.jar;
-register datasketches-java-1.2.0-incubating.jar;
-register datasketches-pig-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>register datasketches-memory-2.0.0.jar;
+register datasketches-java-3.1.0.jar;
+register datasketches-pig-1.1.0.jar;
define dataToSketch
org.apache.datasketches.pig.tuple.DataToDoubleSummarySketch('32');
define unionSketch
org.apache.datasketches.pig.tuple.UnionDoubleSummarySketch('32');
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]