This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 419852c deploy: af2630c9ff076ffc47d70876beb3acd205debb7c
419852c is described below
commit 419852c3c1050e7ab5e126b00561e81efeddaaa7
Author: Fokko <[email protected]>
AuthorDate: Tue Nov 26 15:36:17 2024 +0000
deploy: af2630c9ff076ffc47d70876beb3acd205debb7c
---
output/docs/_print/index.html | 4 ++--
output/docs/contribution-guidelines/_print/index.html | 4 ++--
output/docs/contribution-guidelines/index.xml | 4 ++--
output/docs/contribution-guidelines/releasing/index.html | 10 +++++-----
output/docs/index.xml | 4 ++--
output/sitemap.xml | 2 +-
6 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/output/docs/_print/index.html b/output/docs/_print/index.html
index 8c2f65e..8f82462 100644
--- a/output/docs/_print/index.html
+++ b/output/docs/_print/index.html
@@ -833,7 +833,7 @@ Java resources can be build using <code>mvn package</code>.
The current stable v
</span></span></code></pre></div><h2 id=website>Website</h2><h3
id=release-documentation>Release Documentation</h3><p>To create documentation
for a new release of <code>parquet-format</code> create a new
<releasenumber>.md file under <code>content/en/blog/parquet-format</code>.
Please see existing files in that directory as an example.</p><p>To create
documentation for a new release of <code>parquet-java</code> create a new
<releasenumber>.md file under <code>content/en/blog/parquet-java [...]
job in the <a
href=https://github.com/apache/parquet-site/blob/staging/.github/workflows/deploy.yml>deployment
workflow</a> will be run, populating the <code>asf-staging</code> branch on
this repo with the necessary files.</li></ol><p><strong>Do not directly edit
the <code>asf-staging</code> branch of this repo</strong></p><h4
id=production>Production</h4><p>To make a change to the <code>production</code>
version of the website:</p><ol><li>Make a PR against the
<code>production</code> br [...]
job in the <a
href=https://github.com/apache/parquet-site/blob/production/.github/workflows/deploy.yml>deployment
workflow</a> will be run, populating the <code>asf-site</code> branch on this
repo with the necessary files.</li></ol><p><strong>Do not directly edit the
<code>asf-site</code> branch of this repo</strong></p></div><div
class=td-content style=page-break-before:always><h1
id=pg-d65ca0c6c1ffbeb20627c4d33e7e3dc4>4.4 - Releasing Parquet-Java</h1><div
class=lead>How to release Parq [...]
-</span></span></code></pre></div><p>If you have problems, read the <a
href=https://www.apache.org/dev/publishing-maven-artifacts.html>publishing
Maven artifacts documentation</a>.</p><h3 id=release-process>Release
process</h3><p>Parquet uses the maven-release-plugin to tag a release and push
binary artifacts to staging in Nexus. Once maven completes the release, the
official source tarball is built from the tag.</p><p>Before you start the
release process:</p><ol><li>Verify that the relea [...]
+</span></span></code></pre></div><p>If you have problems, read the <a
href=https://www.apache.org/dev/publishing-maven-artifacts.html>publishing
Maven artifacts documentation</a>.</p><h3 id=release-process>Release
process</h3><p>Parquet uses the maven-release-plugin to tag a release and push
binary artifacts to staging in Nexus. Once maven completes the release, the
official source tarball is built from the tag.</p><h4
id=0-before-you-start-the-release-process>0. Before you start the rel [...]
</span></span></code></pre></div><p>This runs maven’s release prepare with a
consistent tag name. After this step, the release tag will exist in the git
repository.</p><p>If this step fails, you can roll back the changes by running
these commands.</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-sh data-lang=sh><span style=display:flex><span>find ./ -type f
-name <span style=color:#4e9a06>'*.releaseBa [...]
</span></span><span style=display:flex><span>find ./ -type f -name <span
style=color:#4e9a06>'pom.xml'</span> -exec git checkout <span
style=color:#ce5c00;font-weight:700>{}</span> <span
style=color:#4e9a06>\;</span>
</span></span></code></pre></div><h4
id=2-run-releaseperform-to-stage-binaries>2. Run release:perform to stage
binaries</h4><p>Upload binary artifacts for the release tag to <a
href=https://repository.apache.org/>Nexus</a>:</p><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-sh data-lang=sh><span style=display:flex><span>mvn
release:perform
@@ -847,7 +847,7 @@ I propose the following RC to be released as official
Apache Parquet <VERSION
The commit id is <SHA1>
* This corresponds to the tag: apache-parquet-<VERSION>-rc<NUM>
-* https://github.com/apache/parquet-mr/tree/<SHA1>
+* https://github.com/apache/parquet-java/tree/<SHA1>
The release tarball, signature, and checksums are here:
* https://dist.apache.org/repos/dist/dev/parquet/<PATH>
diff --git a/output/docs/contribution-guidelines/_print/index.html
b/output/docs/contribution-guidelines/_print/index.html
index 7086d3f..c71b0b4 100644
--- a/output/docs/contribution-guidelines/_print/index.html
+++ b/output/docs/contribution-guidelines/_print/index.html
@@ -23,7 +23,7 @@ Java resources can be build using <code>mvn package</code>.
The current stable v
</span></span></code></pre></div><h2 id=website>Website</h2><h3
id=release-documentation>Release Documentation</h3><p>To create documentation
for a new release of <code>parquet-format</code> create a new
<releasenumber>.md file under <code>content/en/blog/parquet-format</code>.
Please see existing files in that directory as an example.</p><p>To create
documentation for a new release of <code>parquet-java</code> create a new
<releasenumber>.md file under <code>content/en/blog/parquet-java [...]
job in the <a
href=https://github.com/apache/parquet-site/blob/staging/.github/workflows/deploy.yml>deployment
workflow</a> will be run, populating the <code>asf-staging</code> branch on
this repo with the necessary files.</li></ol><p><strong>Do not directly edit
the <code>asf-staging</code> branch of this repo</strong></p><h4
id=production>Production</h4><p>To make a change to the <code>production</code>
version of the website:</p><ol><li>Make a PR against the
<code>production</code> br [...]
job in the <a
href=https://github.com/apache/parquet-site/blob/production/.github/workflows/deploy.yml>deployment
workflow</a> will be run, populating the <code>asf-site</code> branch on this
repo with the necessary files.</li></ol><p><strong>Do not directly edit the
<code>asf-site</code> branch of this repo</strong></p></div><div
class=td-content style=page-break-before:always><h1
id=pg-d65ca0c6c1ffbeb20627c4d33e7e3dc4>4 - Releasing Parquet-Java</h1><div
class=lead>How to release Parque [...]
-</span></span></code></pre></div><p>If you have problems, read the <a
href=https://www.apache.org/dev/publishing-maven-artifacts.html>publishing
Maven artifacts documentation</a>.</p><h3 id=release-process>Release
process</h3><p>Parquet uses the maven-release-plugin to tag a release and push
binary artifacts to staging in Nexus. Once maven completes the release, the
official source tarball is built from the tag.</p><p>Before you start the
release process:</p><ol><li>Verify that the relea [...]
+</span></span></code></pre></div><p>If you have problems, read the <a
href=https://www.apache.org/dev/publishing-maven-artifacts.html>publishing
Maven artifacts documentation</a>.</p><h3 id=release-process>Release
process</h3><p>Parquet uses the maven-release-plugin to tag a release and push
binary artifacts to staging in Nexus. Once maven completes the release, the
official source tarball is built from the tag.</p><h4
id=0-before-you-start-the-release-process>0. Before you start the rel [...]
</span></span></code></pre></div><p>This runs maven’s release prepare with a
consistent tag name. After this step, the release tag will exist in the git
repository.</p><p>If this step fails, you can roll back the changes by running
these commands.</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-sh data-lang=sh><span style=display:flex><span>find ./ -type f
-name <span style=color:#4e9a06>'*.releaseBa [...]
</span></span><span style=display:flex><span>find ./ -type f -name <span
style=color:#4e9a06>'pom.xml'</span> -exec git checkout <span
style=color:#ce5c00;font-weight:700>{}</span> <span
style=color:#4e9a06>\;</span>
</span></span></code></pre></div><h4
id=2-run-releaseperform-to-stage-binaries>2. Run release:perform to stage
binaries</h4><p>Upload binary artifacts for the release tag to <a
href=https://repository.apache.org/>Nexus</a>:</p><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-sh data-lang=sh><span style=display:flex><span>mvn
release:perform
@@ -37,7 +37,7 @@ I propose the following RC to be released as official Apache
Parquet <VERSION
The commit id is <SHA1>
* This corresponds to the tag: apache-parquet-<VERSION>-rc<NUM>
-* https://github.com/apache/parquet-mr/tree/<SHA1>
+* https://github.com/apache/parquet-java/tree/<SHA1>
The release tarball, signature, and checksums are here:
* https://dist.apache.org/repos/dist/dev/parquet/<PATH>
diff --git a/output/docs/contribution-guidelines/index.xml
b/output/docs/contribution-guidelines/index.xml
index ef84a92..9bc9dc3 100644
--- a/output/docs/contribution-guidelines/index.xml
+++ b/output/docs/contribution-guidelines/index.xml
@@ -87,7 +87,7 @@ job in the <a
href="https://github.com/apache/parquet-site/blob/production/.g
</span></span></code></pre></div><p>If you have problems,
read the <a
href="https://www.apache.org/dev/publishing-maven-artifacts.html">publishing
Maven artifacts documentation</a>.</p>
<h3 id="release-process">Release process</h3>
<p>Parquet uses the maven-release-plugin to tag a release and push binary
artifacts to staging in Nexus. Once maven completes the release, the official
source tarball is built from the tag.</p>
-<p>Before you start the release process:</p>
+<h4 id="0-before-you-start-the-release-process">0. Before you start the
release process</h4>
<ol>
<li>Verify that the release is finished (no planned Issues/PRs are pending
<a href="https://github.com/apache/parquet-java/milestones">on the
milestone</a>)</li>
<li>Build and test the project</li>
@@ -124,7 +124,7 @@ Hi everyone,
I propose the following RC to be released as official Apache Parquet
&lt;VERSION&gt; release.
The commit id is &lt;SHA1&gt;
* This corresponds to the tag:
apache-parquet-&lt;VERSION&gt;-rc&lt;NUM&gt;
-* https://github.com/apache/parquet-mr/tree/&lt;SHA1&gt;
+* https://github.com/apache/parquet-java/tree/&lt;SHA1&gt;
The release tarball, signature, and checksums are here:
* https://dist.apache.org/repos/dist/dev/parquet/&lt;PATH&gt;
You can find the KEYS file here:
diff --git a/output/docs/contribution-guidelines/releasing/index.html
b/output/docs/contribution-guidelines/releasing/index.html
index 349fec6..33b522c 100644
--- a/output/docs/contribution-guidelines/releasing/index.html
+++ b/output/docs/contribution-guidelines/releasing/index.html
@@ -1,14 +1,14 @@
<!doctype html><html itemscope itemtype=http://schema.org/WebPage lang=en
class=no-js><head><meta charset=utf-8><meta name=viewport
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name=robots
content="index, follow"><link rel="shortcut icon"
href=/favicons/favicon.ico><link rel=apple-touch-icon
href=/favicons/apple-touch-icon-180x180.png sizes=180x180><link rel=icon
type=image/png href=/favicons/favicon-16x16.png sizes=16x16><link rel=icon
type=image/png href=/favicon [...]
<meta name=description content="How to release Parquet-Java
"><meta property="og:title" content="Releasing Parquet-Java"><meta
property="og:description" content="How to release Parquet-Java
-"><meta property="og:type" content="article"><meta property="og:url"
content="/docs/contribution-guidelines/releasing/"><meta
property="article:section" content="docs"><meta
property="article:modified_time" content="2024-11-13T04:33:09-08:00"><meta
property="og:site_name" content="Apache Parquet"><meta itemprop=name
content="Releasing Parquet-Java"><meta itemprop=description content="How to
release Parquet-Java
-"><meta itemprop=dateModified content="2024-11-13T04:33:09-08:00"><meta
itemprop=wordCount content="931"><meta itemprop=keywords content><meta
name=twitter:card content="summary"><meta name=twitter:title content="Releasing
Parquet-Java"><meta name=twitter:description content="How to release
Parquet-Java
+"><meta property="og:type" content="article"><meta property="og:url"
content="/docs/contribution-guidelines/releasing/"><meta
property="article:section" content="docs"><meta
property="article:modified_time" content="2024-11-26T16:35:34+01:00"><meta
property="og:site_name" content="Apache Parquet"><meta itemprop=name
content="Releasing Parquet-Java"><meta itemprop=description content="How to
release Parquet-Java
+"><meta itemprop=dateModified content="2024-11-26T16:35:34+01:00"><meta
itemprop=wordCount content="932"><meta itemprop=keywords content><meta
name=twitter:card content="summary"><meta name=twitter:title content="Releasing
Parquet-Java"><meta name=twitter:description content="How to release
Parquet-Java
"><link rel=preload
href=/scss/main.min.7f095589dcf99af199766009c9a9719e6fdf2b9ce9bcfbeb05e80eb6efeaf32b.css
as=style><link
href=/scss/main.min.7f095589dcf99af199766009c9a9719e6fdf2b9ce9bcfbeb05e80eb6efeaf32b.css
rel=stylesheet integrity><script
src=https://code.jquery.com/jquery-3.6.3.min.js
integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ=="
crossorigin=anonymous></script><link rel=stylesheet
href=https://cdn.jsdelivr.net/npm/@doc [...]
<a
href=https://github.com/apache/parquet-site/edit/production/content/en/docs/Contribution%20Guidelines/releasing.md
class="td-page-meta--edit td-page-meta__edit" target=_blank rel=noopener><i
class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
<a
href="https://github.com/apache/parquet-site/new/production/content/en/docs/Contribution%20Guidelines?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+s
[...]
<a
href="https://github.com/apache/parquet-site/issues/new?title=Releasing%20Parquet-Java"
class="td-page-meta--issue td-page-meta__issue" target=_blank rel=noopener><i
class="fa-solid fa-list-check fa-fw"></i> Create documentation issue</a>
<a id=print href=/docs/contribution-guidelines/_print/><i class="fa-solid
fa-print fa-fw"></i> Print entire section</a></div><div class=td-toc><nav
id=TableOfContents><ul><li><ul><li><a href=#setup>Setup</a></li><li><a
href=#release-process>Release process</a></li><li><a
href=#5-prepare-the-pre-release>5. Prepare the pre-release</a></li><li><a
href=#publishing-after-the-vote-passes>Publishing after the vote
passes</a></li><li><a href=#5-add-the-release-to-github>5. Add the release to
Git [...]
-</span></span></code></pre></div><p>If you have problems, read the <a
href=https://www.apache.org/dev/publishing-maven-artifacts.html>publishing
Maven artifacts documentation</a>.</p><h3 id=release-process>Release
process</h3><p>Parquet uses the maven-release-plugin to tag a release and push
binary artifacts to staging in Nexus. Once maven completes the release, the
official source tarball is built from the tag.</p><p>Before you start the
release process:</p><ol><li>Verify that the relea [...]
+</span></span></code></pre></div><p>If you have problems, read the <a
href=https://www.apache.org/dev/publishing-maven-artifacts.html>publishing
Maven artifacts documentation</a>.</p><h3 id=release-process>Release
process</h3><p>Parquet uses the maven-release-plugin to tag a release and push
binary artifacts to staging in Nexus. Once maven completes the release, the
official source tarball is built from the tag.</p><h4
id=0-before-you-start-the-release-process>0. Before you start the rel [...]
</span></span></code></pre></div><p>This runs maven’s release prepare with a
consistent tag name. After this step, the release tag will exist in the git
repository.</p><p>If this step fails, you can roll back the changes by running
these commands.</p><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-sh data-lang=sh><span style=display:flex><span>find ./ -type f
-name <span style=color:#4e9a06>'*.releaseBa [...]
</span></span><span style=display:flex><span>find ./ -type f -name <span
style=color:#4e9a06>'pom.xml'</span> -exec git checkout <span
style=color:#ce5c00;font-weight:700>{}</span> <span
style=color:#4e9a06>\;</span>
</span></span></code></pre></div><h4
id=2-run-releaseperform-to-stage-binaries>2. Run release:perform to stage
binaries</h4><p>Upload binary artifacts for the release tag to <a
href=https://repository.apache.org/>Nexus</a>:</p><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-sh data-lang=sh><span style=display:flex><span>mvn
release:perform
@@ -22,7 +22,7 @@ I propose the following RC to be released as official Apache
Parquet <VERSION
The commit id is <SHA1>
* This corresponds to the tag: apache-parquet-<VERSION>-rc<NUM>
-* https://github.com/apache/parquet-mr/tree/<SHA1>
+* https://github.com/apache/parquet-java/tree/<SHA1>
The release tarball, signature, and checksums are here:
* https://dist.apache.org/repos/dist/dev/parquet/<PATH>
@@ -69,6 +69,6 @@ specification should be updated to indicate the recommended
dates for when a new
feature may be enabled.</p><h3 id=release-cadence>Release
Cadence</h3><p>Provided enough volunteers are available the Parquet community
aims to have
releases on a quarterly basis (Targets months are January, April, July and
October). If a new major version is necessary it will be targetted for the
-October release.</p><div class=td-page-meta__lastmod>Last modified November
13, 2024: <a
href=https://github.com/apache/parquet-site/commit/93e5cda6268da8f980d00a9ed61ba1c8e180768b>PARQUET-2489:
Guidance on Parquet-Java releases (#61)
(93e5cda)</a></div></div></main></div></div><footer class="td-footer row
d-print-none"><div class=container-fluid><div class="row mx-md-2"><div
class="td-footer__left col-6 col-sm-4 order-sm-1"><ul
class=td-footer__links-list><li class=td-footer__links-item [...]
+October release.</p><div class=td-page-meta__lastmod>Last modified November
26, 2024: <a
href=https://github.com/apache/parquet-site/commit/af2630c9ff076ffc47d70876beb3acd205debb7c>MINOR:
Change link to `parquet-java` (#89)
(af2630c)</a></div></div></main></div></div><footer class="td-footer row
d-print-none"><div class=container-fluid><div class="row mx-md-2"><div
class="td-footer__left col-6 col-sm-4 order-sm-1"><ul
class=td-footer__links-list><li class=td-footer__links-item data-bs-to [...]
2024
<span class=td-footer__authors>Apache Parquet</span></span><span
class=td-footer__all_rights_reserved>All Rights Reserved</span><span
class=ms-2><a href=https://policies.google.com/privacy target=_blank
rel=noopener>Privacy Policy</a></span></div></div></div></footer></div><script
src=/js/main.min.26b35480299b932e285af8358c943de97509b95a0086d091584e7cb9b00c5c7b.js
integrity="sha256-JrNUgCmbky4oWvg1jJQ96XUJuVoAhtCRWE58ubAMXHs="
crossorigin=anonymous></script><script defer src=/js/click-to [...]
\ No newline at end of file
diff --git a/output/docs/index.xml b/output/docs/index.xml
index 9c897f6..8426c8e 100644
--- a/output/docs/index.xml
+++ b/output/docs/index.xml
@@ -945,7 +945,7 @@ job in the <a
href="https://github.com/apache/parquet-site/blob/production/.g
</span></span></code></pre></div><p>If you have problems,
read the <a
href="https://www.apache.org/dev/publishing-maven-artifacts.html">publishing
Maven artifacts documentation</a>.</p>
<h3 id="release-process">Release process</h3>
<p>Parquet uses the maven-release-plugin to tag a release and push binary
artifacts to staging in Nexus. Once maven completes the release, the official
source tarball is built from the tag.</p>
-<p>Before you start the release process:</p>
+<h4 id="0-before-you-start-the-release-process">0. Before you start the
release process</h4>
<ol>
<li>Verify that the release is finished (no planned Issues/PRs are pending
<a href="https://github.com/apache/parquet-java/milestones">on the
milestone</a>)</li>
<li>Build and test the project</li>
@@ -982,7 +982,7 @@ Hi everyone,
I propose the following RC to be released as official Apache Parquet
&lt;VERSION&gt; release.
The commit id is &lt;SHA1&gt;
* This corresponds to the tag:
apache-parquet-&lt;VERSION&gt;-rc&lt;NUM&gt;
-* https://github.com/apache/parquet-mr/tree/&lt;SHA1&gt;
+* https://github.com/apache/parquet-java/tree/&lt;SHA1&gt;
The release tarball, signature, and checksums are here:
* https://dist.apache.org/repos/dist/dev/parquet/&lt;PATH&gt;
You can find the KEYS file here:
diff --git a/output/sitemap.xml b/output/sitemap.xml
index d2d8d64..8ae2f65 100644
--- a/output/sitemap.xml
+++ b/output/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/docs/file-format/data-pages/compression/</loc><lastmod>2024-03-11T22:11:10+01:00</lastmod></url><url><loc>/docs/file-format/data-pages/encodings/</loc><lastmod>2024-03-11T22:11:10+01:00</lastmod></url><url><loc>/docs/file-format/data-pages/encryption/</loc><lastmod>2024-03-11T22:11:10+01:00</lastmod></url><url><loc>/docs/
[...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/docs/file-format/data-pages/compression/</loc><lastmod>2024-03-11T22:11:10+01:00</lastmod></url><url><loc>/docs/file-format/data-pages/encodings/</loc><lastmod>2024-03-11T22:11:10+01:00</lastmod></url><url><loc>/docs/file-format/data-pages/encryption/</loc><lastmod>2024-03-11T22:11:10+01:00</lastmod></url><url><loc>/docs/
[...]
\ No newline at end of file