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 36855c4  Automatic Site Publish by Buildbot
36855c4 is described below

commit 36855c479798ceb26ff96cfd4d22da63ba0d96c4
Author: buildbot <[email protected]>
AuthorDate: Tue Mar 8 23:05:58 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/docs/CPC/CpcHiveExample.html              | 12 ++++++------
 output/docs/Community/Downloads.html             | 14 +++++++-------
 output/docs/Frequency/FrequentItemsHiveUDFs.html |  6 +++---
 output/docs/HLL/HllHiveUDFs.html                 | 12 ++++++------
 output/docs/Quantiles/QuantilesHiveUDFs.html     |  6 +++---
 output/docs/Theta/ThetaHiveUDFs.html             | 12 ++++++------
 output/docs/Tuple/TupleHiveUDFs.html             |  6 +++---
 7 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/output/docs/CPC/CpcHiveExample.html 
b/output/docs/CPC/CpcHiveExample.html
index 1105638..d5db77d 100644
--- a/output/docs/CPC/CpcHiveExample.html
+++ b/output/docs/CPC/CpcHiveExample.html
@@ -512,9 +512,9 @@
 
 <h3 id="building-sketches-merging-sketches-and-getting-estimates">Building 
sketches, merging sketches and getting estimates</h3>
 
-<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-1.2.0-incubating.jar;
-add jar datasketches-java-1.2.0-incubating.jar;
-add jar datasketches-hive-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-2.0.0.jar;
+add jar datasketches-java-3.1.0.jar;
+add jar datasketches-hive-1.2.0.jar;
 
 create temporary function data2sketch as 
'org.apache.datasketches.hive.cpc.DataToSketchUDAF';
 create temporary function unionSketches as 
'org.apache.datasketches.hive.cpc.UnionSketchUDAF';
@@ -552,9 +552,9 @@ Output:
 
 <p>Notice the difference between UnionUDF in this example, which takes two 
sketches, and UnionUDAF in the previous example, which is an aggregate function 
taking a collection of sketches as one parameter.</p>
 
-<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-1.2.0-incubating.jar;
-add jar datasketches-java-1.2.0-incubating.jar;
-add jar datasketches-hive-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-2.0.0.jar;
+add jar datasketches-java-3.1.0.jar;
+add jar datasketches-hive-1.2.0.jar;
 
 create temporary function data2sketch as 
'org.apache.datasketches.hive.cpc.DataToSketchUDAF';
 create temporary function union2 as 
'org.apache.datasketches.hive.cpc.UnionSketchUDF';
diff --git a/output/docs/Community/Downloads.html 
b/output/docs/Community/Downloads.html
index fbadecc..506d1dc 100644
--- a/output/docs/Community/Downloads.html
+++ b/output/docs/Community/Downloads.html
@@ -563,13 +563,13 @@
     </tr>
     <tr>
       <td style="text-align: center">Java Hive Adaptor</td>
-      <td style="text-align: center">1.1.0-incubating</td>
-      <td style="text-align: center"><a 
href="https://www.apache.org/dyn/closer.lua/datasketches/hive/1.1.0-incubating/apache-datasketches-hive-1.1.0-incubating-src.zip";>Download</a></td>
-      <td style="text-align: center"><a 
href="https://downloads.apache.org/datasketches/hive/1.1.0-incubating/apache-datasketches-hive-1.1.0-incubating-src.zip.asc";>Signature</a></td>
-      <td style="text-align: center"><a 
href="https://downloads.apache.org/datasketches/hive/1.1.0-incubating/apache-datasketches-hive-1.1.0-incubating-src.zip.sha512";>Hash</a></td>
-      <td style="text-align: center">2020-07-06T20:51:06Z</td>
-      <td style="text-align: center">40324</td>
-      <td style="text-align: center">leerho</td>
+      <td style="text-align: center">1.2.0</td>
+      <td style="text-align: center"><a 
href="https://www.apache.org/dyn/closer.lua/datasketches/hive/1.2.0/apache-datasketches-hive-1.2.0-src.zip";>Download</a></td>
+      <td style="text-align: center"><a 
href="https://downloads.apache.org/datasketches/hive/1.2.0/apache-datasketches-hive-1.2.0-src.zip.asc";>Signature</a></td>
+      <td style="text-align: center"><a 
href="https://downloads.apache.org/datasketches/hive/1.2.0/apache-datasketches-hive-1.2.0-src.zip.sha512";>Hash</a></td>
+      <td style="text-align: center">2022-03-07T23:30:20Z</td>
+      <td style="text-align: center">52909</td>
+      <td style="text-align: center">alsay</td>
     </tr>
     <tr>
       <td style="text-align: center">Java Pig Adaptor</td>
diff --git a/output/docs/Frequency/FrequentItemsHiveUDFs.html 
b/output/docs/Frequency/FrequentItemsHiveUDFs.html
index 85e64b7..15cc139 100644
--- a/output/docs/Frequency/FrequentItemsHiveUDFs.html
+++ b/output/docs/Frequency/FrequentItemsHiveUDFs.html
@@ -510,9 +510,9 @@
 -->
 <h2 id="frequent-items-sketch-hive-udfs">Frequent Items Sketch Hive UDFs</h2>
 
-<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-1.2.0-incubating.jar;
-add jar datasketches-java-1.2.0-incubating.jar;
-add jar datasketches-hive-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-2.0.0.jar;
+add jar datasketches-java-3.1.0.jar;
+add jar datasketches-hive-1.2.0.jar;
 
 create temporary function data2sketch as 
'org.apache.datasketches.hive.frequencies.DataToStringsSketchUDAF';
 create temporary function union as 
'org.apache.datasketches.hive.frequencies.UnionStringsSketchUDAF';
diff --git a/output/docs/HLL/HllHiveUDFs.html b/output/docs/HLL/HllHiveUDFs.html
index 6815dbc..7b65517 100644
--- a/output/docs/HLL/HllHiveUDFs.html
+++ b/output/docs/HLL/HllHiveUDFs.html
@@ -512,9 +512,9 @@
 
 <h3 id="building-sketches-computing-unions-and-getting-estimates">Building 
sketches, computing unions and getting estimates</h3>
 
-<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-1.2.0-incubating.jar;
-add jar datasketches-java-1.2.0-incubating.jar;
-add jar datasketches-hive-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-2.0.0.jar;
+add jar datasketches-java-3.1.0.jar;
+add jar datasketches-hive-1.2.0.jar;
 
 create temporary function data2sketch as 
'org.apache.datasketches.hive.hll.DataToSketchUDAF';
 create temporary function unionSketches as 
'org.apache.datasketches.hive.hll.UnionSketchUDAF';
@@ -550,9 +550,9 @@ Output:
 
 <p>Notice the difference between UnionUDF in this example, which takes two 
sketches, and UnionUDAF in the previous example, which is an aggregate function 
taking a collection of sketches as one parameter.</p>
 
-<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-1.2.0-incubating.jar;
-add jar datasketches-java-1.2.0-incubating.jar;
-add jar datasketches-hive-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-2.0.0.jar;
+add jar datasketches-java-3.1.0.jar;
+add jar datasketches-hive-1.2.0.jar;
 
 create temporary function data2sketch as 
'org.apache.datasketches.hive.hll.DataToSketchUDAF';
 create temporary function estimate as 
'org.apache.datasketches.hive.hll.SketchToEstimateUDF';
diff --git a/output/docs/Quantiles/QuantilesHiveUDFs.html 
b/output/docs/Quantiles/QuantilesHiveUDFs.html
index 9e6f4ab..b398e92 100644
--- a/output/docs/Quantiles/QuantilesHiveUDFs.html
+++ b/output/docs/Quantiles/QuantilesHiveUDFs.html
@@ -512,9 +512,9 @@
 
 <h3 id="doublessketch-example">DoublesSketch example</h3>
 
-<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-1.2.0-incubating.jar;
-add jar datasketches-java-1.2.0-incubating.jar;
-add jar datasketches-hive-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-2.0.0.jar;
+add jar datasketches-java-3.1.0.jar;
+add jar datasketches-hive-1.2.0.jar;
 
 create temporary function data2sketch as 
'org.apache.datasketches.hive.quantiles.DataToDoublesSketchUDAF';
 create temporary function unionSketches as 
'org.apache.datasketches.hive.quantiles.UnionDoublesSketchUDAF';
diff --git a/output/docs/Theta/ThetaHiveUDFs.html 
b/output/docs/Theta/ThetaHiveUDFs.html
index 686da3b..bd76b89 100644
--- a/output/docs/Theta/ThetaHiveUDFs.html
+++ b/output/docs/Theta/ThetaHiveUDFs.html
@@ -512,9 +512,9 @@
 
 <h3 id="building-sketches-merging-sketches-and-getting-estimates">Building 
sketches, merging sketches and getting estimates</h3>
 
-<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-1.2.0-incubating.jar;
-add jar datasketches-java-1.2.0-incubating.jar;
-add jar datasketches-hive-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-2.0.0.jar;
+add jar datasketches-java-3.1.0.jar;
+add jar datasketches-hive-1.2.0.jar;
 
 create temporary function data2sketch as 
'org.apache.datasketches.hive.theta.DataToSketchUDAF';
 create temporary function unionSketches as 
'org.apache.datasketches.hive.theta.UnionSketchUDAF';
@@ -546,9 +546,9 @@ Output:
 
 <p>Notice the difference between UnionUDF in this example, which takes two 
sketches, and UnionUDAF in the previous example, which is an aggregate function 
taking a collection of sketches as one parameter. The same is true about 
IntersectSketchUDF and IntersectSketchUDAF.</p>
 
-<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-1.2.0-incubating.jar;
-add jar datasketches-java-1.2.0-incubating.jar;
-add jar datasketches-hive-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-2.0.0.jar;
+add jar datasketches-java-3.1.0.jar;
+add jar datasketches-hive-1.2.0.jar;
 
 create temporary function data2sketch as 
'org.apache.datasketches.hive.theta.DataToSketchUDAF';
 create temporary function estimate as 
'org.apache.datasketches.hive.theta.EstimateSketchUDF';
diff --git a/output/docs/Tuple/TupleHiveUDFs.html 
b/output/docs/Tuple/TupleHiveUDFs.html
index 24b0c36..da4250c 100644
--- a/output/docs/Tuple/TupleHiveUDFs.html
+++ b/output/docs/Tuple/TupleHiveUDFs.html
@@ -510,9 +510,9 @@
 -->
 <h2 id="tuple-sketch-hive-udfs">Tuple Sketch Hive UDFs</h2>
 
-<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-1.2.0-incubating.jar;
-add jar datasketches-java-1.2.0-incubating.jar;
-add jar datasketches-hive-1.0.0-incubating.jar;
+<div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>add jar datasketches-memory-2.0.0.jar;
+add jar datasketches-java-3.1.0.jar;
+add jar datasketches-hive-1.2.0.jar;
 
 create temporary function data2sketch as 
'org.apache.datasketches.hive.tuple.DataToArrayOfDoublesSketchUDAF';
 create temporary function unionSketches as 
'org.apache.datasketches.hive.tuple.UnionArrayOfDoublesSketchUDAF';

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to