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 115a7ff Automatic Site Publish by Buildbot
115a7ff is described below
commit 115a7ff7e3bdbc0d3b6587ca9ed2b327e77bac16
Author: buildbot <[email protected]>
AuthorDate: Wed Feb 10 06:00:16 2021 +0000
Automatic Site Publish by Buildbot
---
output/README.md | 2 +-
output/docs/Architecture/Components.html | 72 ++++++++++++++++++++--
.../Community/ReleaseProcessForJavaComponents.html | 11 ++--
3 files changed, 74 insertions(+), 11 deletions(-)
diff --git a/output/README.md b/output/README.md
index ec63dd4..e7fc919 100644
--- a/output/README.md
+++ b/output/README.md
@@ -17,7 +17,7 @@
under the License.
-->
-# Apache DataSketches Website
+# Apache<sup>®</sup> DataSketches™ Website
This is the DataSketches website source. Please visit the main [DataSketches
website](https://datasketches.apache.org) for more information.
diff --git a/output/docs/Architecture/Components.html
b/output/docs/Architecture/Components.html
index 6d0177f..74ad5ed 100644
--- a/output/docs/Architecture/Components.html
+++ b/output/docs/Architecture/Components.html
@@ -513,6 +513,63 @@
<p>If you have a specific issue or bug report that impacts only one of these
components please open an issue on the respective component. If you are a
developer and wish to submit a PR, please choose the appropriate repository.</p>
+<h2 id="list-of-component-repositories-explained-below">List of Component
Repositories (Explained below)</h2>
+
+<table>
+ <thead>
+ <tr>
+ <th>Repository</th>
+ <th>URL</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>Java Core</td>
+ <td><a
href="https://github.com/apache/datasketches-java">https://github.com/apache/datasketches-java</a></td>
+ </tr>
+ <tr>
+ <td>C++ Core</td>
+ <td><a
href="https://github.com/apache/datasketches-cpp">https://github.com/apache/datasketches-cpp</a></td>
+ </tr>
+ <tr>
+ <td>Hive Adaptor</td>
+ <td><a
href="https://github.com/apache/datasketches-hive">https://github.com/apache/datasketches-hive</a></td>
+ </tr>
+ <tr>
+ <td>Pig Adaptor</td>
+ <td><a
href="https://github.com/apache/datasketches-pig">https://github.com/apache/datasketches-pig</a></td>
+ </tr>
+ <tr>
+ <td>PostreSQL Adaptor</td>
+ <td><a
href="https://github.com/apache/datasketches-postresql">https://github.com/apache/datasketches-postresql</a></td>
+ </tr>
+ <tr>
+ <td>Memory</td>
+ <td><a
href="https://github.com/apache/datasketches-memory">https://github.com/apache/datasketches-memory</a></td>
+ </tr>
+ <tr>
+ <td>Characterization</td>
+ <td><a
href="https://github.com/apache/datasketches-characterization">https://github.com/apache/datasketches-characterization</a></td>
+ </tr>
+ <tr>
+ <td>Website</td>
+ <td><a
href="https://github.com/apache/datasketches-website">https://github.com/apache/datasketches-website</a></td>
+ </tr>
+ <tr>
+ <td>Vector (Experimental)</td>
+ <td><a
href="https://github.com/apache/datasketches-vector">https://github.com/apache/datasketches-vector</a></td>
+ </tr>
+ <tr>
+ <td>Server (Under Development)</td>
+ <td><a
href="https://github.com/apache/datasketches-server">https://github.com/apache/datasketches-server</a></td>
+ </tr>
+ <tr>
+ <td>Reserved for future use</td>
+ <td><a
href="https://github.com/apache/datasketches">https://github.com/apache/datasketches</a></td>
+ </tr>
+ </tbody>
+</table>
+
<h2 id="core-algorithms">Core Algorithms</h2>
<p>If you like what you see give us a <strong>Star</strong> on one of these
two sites!</p>
@@ -531,14 +588,16 @@
<h3 id="java-adaptors">Java Adaptors</h3>
<ul>
<li><strong><a
href="https://datasketches.apache.org/docs/SystemIntegrations/ApacheDruidIntegration.html">Apache
Druid</a></strong> (Apach Released as part of Druid)</li>
- <li><strong><a
href="https://datasketches.apache.org/docs/SystemIntegrations/ApacheHiveIntegration.html">Apache
Hive</a></strong> (Versioned, Apache Released)
+ <li><strong><a href="https://github.com/apache/datasketches-hive">Apache
Hive</a></strong> (Versioned, Apache Released)
<ul>
+ <li><a
href="https://datasketches.apache.org/docs/SystemIntegrations/ApacheHiveIntegration.html">Hive
Integration</a></li>
<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://datasketches.apache.org/docs/SystemIntegrations/ApachePigIntegration.html">Apache
Pig</a></strong> (Versioned, Apache Released)
+ <li><strong><a href="https://github.com/apache/datasketches-pig">Apache
Pig</a></strong> (Versioned, Apache Released)
<ul>
+ <li><a
href="https://datasketches.apache.org/docs/SystemIntegrations/ApachePigIntegration.html">Pig
Integration</a></li>
<li><a href="/docs/Theta/ThetaPigUDFs.html">Theta Sketch Example</a></li>
<li><a href="/docs/Tuple/TuplePigUDFs.html">Tuple Sketch Example</a></li>
</ul>
@@ -547,9 +606,13 @@
<h3 id="c-adaptors">C++ Adaptors</h3>
<ul>
- <li><strong><a
href="https://datasketches.apache.org/docs/SystemIntegrations/PostgreSQLIntegration.html">PostgreSQL</a></strong>
(Versioned, Apache Released)
+ <li><strong><a
href="https://github.com/apache/datasketches-postresql">PostgreSQL</a></strong>
(Versioned, Apache Released)
This site provides the postgres-specific adaptors that wrap the C++
implementations making
-them available to the PostgreSQL database users. PostgreSQL users should
download the PostgreSQL extension from <a
href="https://pgxn.org/dist/datasketches/">pgxn.org</a>. For examples refer to
the README on the component site.</li>
+them available to the PostgreSQL database users. PostgreSQL users should
download the PostgreSQL extension from <a
href="https://pgxn.org/dist/datasketches/">pgxn.org</a>. For examples refer to
the README on the component site.
+ <ul>
+ <li><a
href="https://datasketches.apache.org/docs/SystemIntegrations/PostgreSQLIntegration.html">PostgreSQL
Integration</a></li>
+ </ul>
+ </li>
</ul>
<h2 id="other-components">Other Components</h2>
@@ -558,6 +621,7 @@ them available to the PostgreSQL database users. PostgreSQL
users should downloa
<li><strong><a
href="https://github.com/apache/datasketches-characterization">Characterization</a>:</strong>
This is a collection of Java and C++ code that we use for long-running studies
of accuracy and speed performance over many different parameters. Feel free to
run these tests to reproduce many of the graphs and charts you see on our
website.</li>
<li><strong><a href="https://github.com/apache/datasketches-vector">Vector
(Experimental)</a>:</strong> This component implements the <a
href="/docs/Community/Research.html">Frequent Directions Algorithm</a> [GLP16].
It is still experimental in that the theoretical work has not yet supplied a
suitable measure of error for production work. It can be used as is, but it
will not go through a formal Apache Release until we can find a way to provide
better error properties. It has a depen [...]
<li><strong><a
href="https://github.com/apache/datasketches-website">Website</a>:</strong>
This repository is the home of our website and is constantly being updated with
new material.</li>
+ <li><strong><a href="https://github.com/apache/datasketches-server">Server
(Under Development)</a></strong></li>
</ul>
<h2 id="deprecated-components">Deprecated Components</h2>
diff --git a/output/docs/Community/ReleaseProcessForJavaComponents.html
b/output/docs/Community/ReleaseProcessForJavaComponents.html
index af97339..c411b4d 100644
--- a/output/docs/Community/ReleaseProcessForJavaComponents.html
+++ b/output/docs/Community/ReleaseProcessForJavaComponents.html
@@ -714,13 +714,13 @@
<h3 id="java-push-jars-to-nexus-maven-central-staging">Java: Push Jars to
Nexus (Maven Central) Staging</h3>
<ul>
- <li>Return to original terminal at the project.basedir</li>
+ <li>Return to original terminal at the project.basedir, still in the A.B.X
branch.</li>
<li>If starting new terminal make sure GPG is running: <code
class="highlighter-rouge">env | grep GPG</code>
<ul>
<li>If not: <code class="highlighter-rouge">eval $(gpg-agent
--daemon)</code></li>
</ul>
</li>
- <li><code class="highlighter-rouge">git status</code> # make sure you are
still on the release branch: _A.B.X</li>
+ <li><code class="highlighter-rouge">git status</code> # make sure you are
still on the release branch: A.B.X</li>
<li>TRIAL-RUN:
<ul>
<li><strong>Have your GPG passphrase handy – you have only a few seconds
to enter it!</strong></li>
@@ -739,7 +739,7 @@
<li>Login to <a
href="https://repository.apache.org/">repository.apache.org</a> / Staging
Repositories for orgapachedatasketches-XXXX</li>
<li>Click Content and search to the end. Each jar & pom should
have .asc, .md5, .sha1 signatures</li>
<li>[CLOSE] the Staging Repository with a comment:
“<component> A.B.0”</li>
- <li>Confirm its existance under Repositories/Staging web-site :
org/apache/datasketches-<component>/A.B.0</li>
+ <li>Confirm its existance under Repositories/Staging web-site URL
(in the summary window)</li>
<li>Grab its URL while there. You will need it for the Vote
Letter.</li>
<li>Check your local Maven repository
<ul>
@@ -757,13 +757,12 @@
<h4 id="java">JAVA</h4>
<ul>
<li>Place copies of the artifact jars deployed to Nexus under a “maven”
directory. For example see <a
href="https://dist.apache.org/repos/dist/dev/datasketches/memory/1.3.0-RC1/">https://dist.apache.org/repos/dist/dev/datasketches/memory/1.3.0-RC1/</a></li>
- <li>Note that the <code class="highlighter-rouge">jar</code> files with
their <code class="highlighter-rouge">asc</code> signature are already in the
<code class="highlighter-rouge">target</code> directory.</li>
- <li>Just download the associated <code class="highlighter-rouge">md5</code>
and <code class="highlighter-rouge">sha1</code> signatures from <code
class="highlighter-rouge">~/.m2/repository/org/apache/datasketches/datasketches-\<component\>/A.B.0/</code>
into the <code class="highlighter-rouge">target</code> directory.</li>
+ <li>Note that the <code class="highlighter-rouge">jar</code> files with
their <code class="highlighter-rouge">asc</code>, <code
class="highlighter-rouge">md5</code> and <code
class="highlighter-rouge">sha1</code> signature are all together in the .md2
archive</li>
<li>Add a <code class="highlighter-rouge">maven</code> directory under the
<code
class="highlighter-rouge">dist/dev/datasketches/\<component\>/A.B.0/</code></li>
<li>Bulk copy the <code class="highlighter-rouge">jar, asc, md5</code> and
<code class="highlighter-rouge">sha1</code> files into the <code
class="highlighter-rouge">maven</code> directory.</li>
<li>Do: <code class="highlighter-rouge">svn status</code> # check to see if
it is ready to add</li>
<li>Do: <code class="highlighter-rouge">svn add . --force</code></li>
- <li>Do: <code class="highlighter-rouge">svn ci -m "add nexus jars to
dist/dev/datasketches"</code></li>
+ <li>Do: <code class="highlighter-rouge">svn ci -m "add nexus jars to
dist/dev/datasketches"</code>m</li>
</ul>
<h4 id="non-java">Non-Java</h4>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]