This is an automated email from the ASF dual-hosted git repository.
gabor 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 61fde57 PARQUET-1674: The announcement email on the web site does not
comply with ASF rules
new 2ac4f0b Merge pull request #1 from gszadovszky/PARQUET-1674
61fde57 is described below
commit 61fde57a3e33a53318e0ba1236b20d8e4582cd3c
Author: Gabor Szadovszky <[email protected]>
AuthorDate: Wed Oct 30 16:35:50 2019 +0100
PARQUET-1674: The announcement email on the web site does not comply with
ASF rules
---
output/contribute/index.html | 2 +-
output/documentation/how-to-release/index.html | 16 ++++++++--------
output/downloads/index.html | 14 ++++++++++++++
source/contribute.html.md | 2 +-
source/documentation/how-to-release.html.md | 20 +++++++++-----------
source/downloads.html.md | 12 ++++++++++++
6 files changed, 45 insertions(+), 21 deletions(-)
diff --git a/output/contribute/index.html b/output/contribute/index.html
index f58be5b..6e5a097 100644
--- a/output/contribute/index.html
+++ b/output/contribute/index.html
@@ -246,7 +246,7 @@ To enable run the following command and then open a browser
and navigate to
<h3 id="publishing-the-site">Publishing the Site</h3>
<p>The website uses gitpubsub. The output folder contains the websites content
-and when committed to the git repository it will be automatically deployed to
+and when committed to the git repository it will be automatically deployed to
the live site. </p>
</div>
diff --git a/output/documentation/how-to-release/index.html
b/output/documentation/how-to-release/index.html
index 6dfe0fb..23953b2 100644
--- a/output/documentation/how-to-release/index.html
+++ b/output/documentation/how-to-release/index.html
@@ -249,7 +249,12 @@ svn co https://dist.apache.org/repos/dist/release/parquet
releases
svn add apache-parquet-<version>
svn ci -m "Parquet: Add release <VERSION>"
</code></pre></div>
-<h4 id="3-send-an-announce-e-mail-to-announce-apache-org-and-the-dev-list">3.
Send an ANNOUNCE e-mail to <a
href="mailto:[email protected]">[email protected]</a> and the dev list</h4>
+<h4 id="3-update-parquet-apache-org">3. Update parquet.apache.org</h4>
+
+<p>Update the downloads page on parquet.apache.org.
+Instructions for updating the site are on the <a
href="http://parquet.apache.org/contribute/">contribution page</a>.</p>
+
+<h4 id="4-send-an-announce-e-mail-to-announce-apache-org-and-the-dev-list">4.
Send an ANNOUNCE e-mail to <a
href="mailto:[email protected]">[email protected]</a> and the dev list</h4>
<div class="highlight"><pre class="highlight plaintext"><code>[ANNOUNCE]
Apache Parquet release <VERSION>
</code></pre></div><div class="highlight"><pre class="highlight
plaintext"><code>I'm please to announce the release of Parquet <VERSION>!
@@ -257,19 +262,14 @@ Parquet is a general-purpose columnar file format for
nested data. It uses
space-efficient encodings and a compressed and splittable structure for
processing frameworks like Hadoop.
-Changes are listed at: <CHANGES-URL>
+Changes are listed at:
https://github.com/apache/parquet-mr/blob/apache-parquet-<VERSION>/CHANGES.md
-This release can be downloaded from:
https://www.apache.org/dyn/closer.cgi/parquet/<TARBALL NAME WITHOUT
.tar.gz>/<TARBALL NAME>
+This release can be downloaded from: https://parquet.apache.org/downloads/
Java artifacts are available from Maven Central.
Thanks to everyone for contributing!
</code></pre></div>
-<h4 id="4-update-parquet-apache-org">4. Update parquet.apache.org</h4>
-
-<p>Update the downloads page on parquet.apache.org.
-Instructions for updating the site are on the <a
href="http://parquet.apache.org/contribute/">contribution page</a>.</p>
-
<h3 id="what-to-do-if-a-vote-fails">What to do if a vote fails</h3>
<p>If a vote fails, you need to remove the release tag that was created by the
<code>dev/prepare-release.sh</code> script:</p>
diff --git a/output/downloads/index.html b/output/downloads/index.html
index 135c88e..7ad0b53 100644
--- a/output/downloads/index.html
+++ b/output/downloads/index.html
@@ -130,6 +130,8 @@
<div class="container">
<h1 id="downloads">Downloads</h1>
+<h2 id="parquet-format">Parquet Format</h2>
+
<p>The <a
href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz">latest
version of parquet-format is 2.7.0</a>.</p>
<p>To <a href="https://www.apache.org/info/verification.html">check the
validity</a> of this release, use its:</p>
@@ -140,6 +142,18 @@
<li><a
href="https://www.apache.org/dist/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz.sha512">SHA-512</a></li>
</ul>
+<h2 id="parquet-mr">Parquet MR</h2>
+
+<p>The <a
href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.10.1/apache-parquet-1.10.1.tar.gz">latest
version of parquet-mr is 1.10.1</a>.</p>
+
+<p>To <a href="https://www.apache.org/info/verification.html">check the
validity</a> of this release, use its:</p>
+
+<ul>
+<li><a href="https://www.apache.org/dist/parquet/KEYS">Release manager OpenPGP
key</a></li>
+<li><a
href="https://www.apache.org/dist/parquet/apache-parquet-1.10.1/apache-parquet-1.10.1.tar.gz.asc">OpenPGP
signature</a></li>
+<li><a
href="https://www.apache.org/dist/parquet/apache-parquet-1.10.1/apache-parquet-1.10.1.tar.gz.sha512">SHA-512</a></li>
+</ul>
+
<h3 id="downloading-from-the-maven-central-repository">Downloading from the
Maven central repository</h3>
<p>The Parquet team publishes its <a
href="https://search.maven.org/search?q=g:org.apache.parquet">releases to Maven
Central</a>.</p>
diff --git a/source/contribute.html.md b/source/contribute.html.md
index a9ac5ac..10d88ce 100644
--- a/source/contribute.html.md
+++ b/source/contribute.html.md
@@ -120,6 +120,6 @@ To enable run the following command and then open a browser
and navigate to
### Publishing the Site
The website uses gitpubsub. The output folder contains the websites content
-and when committed to the git repository it will be automatically deployed to
+and when committed to the git repository it will be automatically deployed to
the live site.
diff --git a/source/documentation/how-to-release.html.md
b/source/documentation/how-to-release.html.md
index 828b07e..e177541 100644
--- a/source/documentation/how-to-release.html.md
+++ b/source/documentation/how-to-release.html.md
@@ -151,8 +151,14 @@ svn add apache-parquet-<version>
svn ci -m "Parquet: Add release <VERSION>"
```
+#### 3. Update parquet.apache.org
-#### 3. Send an ANNOUNCE e-mail to [email protected] and the dev list
+Update the downloads page on parquet.apache.org.
+Instructions for updating the site are on the [contribution
page][parquet-site-docs].
+
+[parquet-site-docs]: http://parquet.apache.org/contribute/
+
+#### 4. Send an ANNOUNCE e-mail to [email protected] and the dev list
```
[ANNOUNCE] Apache Parquet release <VERSION>
@@ -164,23 +170,15 @@ Parquet is a general-purpose columnar file format for
nested data. It uses
space-efficient encodings and a compressed and splittable structure for
processing frameworks like Hadoop.
-Changes are listed at: <CHANGES-URL>
+Changes are listed at:
https://github.com/apache/parquet-mr/blob/apache-parquet-<VERSION>/CHANGES.md
-This release can be downloaded from:
https://www.apache.org/dyn/closer.cgi/parquet/<TARBALL NAME WITHOUT
.tar.gz>/<TARBALL NAME>
+This release can be downloaded from: https://parquet.apache.org/downloads/
Java artifacts are available from Maven Central.
Thanks to everyone for contributing!
```
-#### 4. Update parquet.apache.org
-
-Update the downloads page on parquet.apache.org.
-Instructions for updating the site are on the [contribution
page][parquet-site-docs].
-
-[parquet-site-docs]: http://parquet.apache.org/contribute/
-
-
### What to do if a vote fails
If a vote fails, you need to remove the release tag that was created by the
`dev/prepare-release.sh` script:
diff --git a/source/downloads.html.md b/source/downloads.html.md
index 93eb3fd..7196b8c 100644
--- a/source/downloads.html.md
+++ b/source/downloads.html.md
@@ -1,5 +1,7 @@
# Downloads
+## Parquet Format
+
The [latest version of parquet-format is
2.7.0](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz).
To [check the validity](https://www.apache.org/info/verification.html) of this
release, use its:
@@ -8,6 +10,16 @@ To [check the
validity](https://www.apache.org/info/verification.html) of this r
* [OpenPGP
signature](https://www.apache.org/dist/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz.asc)
*
[SHA-512](https://www.apache.org/dist/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz.sha512)
+## Parquet MR
+
+The [latest version of parquet-mr is
1.10.1](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.10.1/apache-parquet-1.10.1.tar.gz).
+
+To [check the validity](https://www.apache.org/info/verification.html) of this
release, use its:
+
+ * [Release manager OpenPGP key](https://www.apache.org/dist/parquet/KEYS)
+ * [OpenPGP
signature](https://www.apache.org/dist/parquet/apache-parquet-1.10.1/apache-parquet-1.10.1.tar.gz.asc)
+ *
[SHA-512](https://www.apache.org/dist/parquet/apache-parquet-1.10.1/apache-parquet-1.10.1.tar.gz.sha512)
+
### Downloading from the Maven central repository
The Parquet team publishes its [releases to Maven
Central](https://search.maven.org/search?q=g:org.apache.parquet).