Skip to content

Commit

Permalink
Update site for releases 1.11.2 and 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gszadovszky committed Oct 6, 2021
1 parent 249ddc1 commit b257a01
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
18 changes: 14 additions & 4 deletions output/downloads/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,24 @@ <h2 id="parquet-format">Parquet Format</h2>

<h2 id="parquet-mr">Parquet MR</h2>

<p>The <a href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz">latest version of parquet-mr is 1.12.1</a>.</p>
<p>The <a href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.2/apache-parquet-1.12.2.tar.gz">latest version of parquet-mr is 1.12.2</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://downloads.apache.org/parquet/KEYS">Release manager OpenPGP key</a></li>
<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz.asc">OpenPGP signature</a></li>
<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz.sha512">SHA-512</a></li>
<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.12.2/apache-parquet-1.12.2.tar.gz.asc">OpenPGP signature</a></li>
<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.12.2/apache-parquet-1.12.2.tar.gz.sha512">SHA-512</a></li>
</ul>

<p>The <a href="https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.11.2/apache-parquet-1.11.2.tar.gz">latest version of parquet-mr on the previous minor branch is 1.11.2</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://downloads.apache.org/parquet/KEYS">Release manager OpenPGP key</a></li>
<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.11.2/apache-parquet-1.11.2.tar.gz.asc">OpenPGP signature</a></li>
<li><a href="https://downloads.apache.org/parquet/apache-parquet-1.11.2/apache-parquet-1.11.2.tar.gz.sha512">SHA-512</a></li>
</ul>

<h3 id="downloading-from-the-maven-central-repository">Downloading from the Maven central repository</h3>
Expand All @@ -164,7 +174,7 @@ <h3 id="downloading-from-the-maven-central-repository">Downloading from the Mave
&lt;dependency&gt;
&lt;groupId&gt;org.apache.parquet&lt;/groupId&gt;
&lt;artifactId&gt;parquet-avro&lt;/artifactId&gt;
&lt;version&gt;1.12.1&lt;/version&gt; &lt;!-- or latest version --&gt;
&lt;version&gt;1.12.2&lt;/version&gt; &lt;!-- or latest version --&gt;
&lt;/dependency&gt;
...
&lt;/dependencies&gt;
Expand Down
16 changes: 12 additions & 4 deletions source/downloads.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,21 @@ To [check the validity](https://www.apache.org/info/verification.html) of this r

## Parquet MR

The [latest version of parquet-mr is 1.12.1](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz).
The [latest version of parquet-mr is 1.12.2](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.2/apache-parquet-1.12.2.tar.gz).

To [check the validity](https://www.apache.org/info/verification.html) of this release, use its:

* [Release manager OpenPGP key](https://downloads.apache.org/parquet/KEYS)
* [OpenPGP signature](https://downloads.apache.org/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz.asc)
* [SHA-512](https://downloads.apache.org/parquet/apache-parquet-1.12.1/apache-parquet-1.12.1.tar.gz.sha512)
* [OpenPGP signature](https://downloads.apache.org/parquet/apache-parquet-1.12.2/apache-parquet-1.12.2.tar.gz.asc)
* [SHA-512](https://downloads.apache.org/parquet/apache-parquet-1.12.2/apache-parquet-1.12.2.tar.gz.sha512)

The [latest version of parquet-mr on the previous minor branch is 1.11.2](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.11.2/apache-parquet-1.11.2.tar.gz).

To [check the validity](https://www.apache.org/info/verification.html) of this release, use its:

* [Release manager OpenPGP key](https://downloads.apache.org/parquet/KEYS)
* [OpenPGP signature](https://downloads.apache.org/parquet/apache-parquet-1.11.2/apache-parquet-1.11.2.tar.gz.asc)
* [SHA-512](https://downloads.apache.org/parquet/apache-parquet-1.11.2/apache-parquet-1.11.2.tar.gz.sha512)

### Downloading from the Maven central repository

Expand All @@ -31,7 +39,7 @@ Add the following dependency section to your pom.xml:
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
<version>1.12.1</version> <!-- or latest version -->
<version>1.12.2</version> <!-- or latest version -->
</dependency>
...
</dependencies>
Expand Down

0 comments on commit b257a01

Please sign in to comment.