This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/production by this push:
new 6ad835f Add download page for parquet-mr 1.14.0 release
6ad835f is described below
commit 6ad835f9e9f37763cf032cb079474255e492d1ea
Author: Gang Wu <[email protected]>
AuthorDate: Wed May 8 10:43:28 2024 +0800
Add download page for parquet-mr 1.14.0 release
---
content/en/blog/parquet-mr/1.14.0.md | 41 ++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/content/en/blog/parquet-mr/1.14.0.md
b/content/en/blog/parquet-mr/1.14.0.md
new file mode 100644
index 0000000..cdd2950
--- /dev/null
+++ b/content/en/blog/parquet-mr/1.14.0.md
@@ -0,0 +1,41 @@
+---
+title: "1.14.0"
+date: 2024-05-07
+description: >
+---
+The [latest version of parquet-mr is
1.14.0](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.0/apache-parquet-1.14.0.tar.gz).
+
+To [check the validity](https://www.apache.org/info/verification.html) of this
release, use its:
+
+* [Release manager OpenPGP
key](https://dist.apache.org/repos/dist/release/parquet/KEYS)
+* [OpenPGP
signature](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.0/apache-parquet-1.14.0.tar.gz.asc)
+*
[SHA-512](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.14.0/apache-parquet-1.14.0.tar.gz.sha512)
+
+The [latest version of parquet-mr on the previous minor branch is
1.13.1](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz).
+
+To [check the validity](https://www.apache.org/info/verification.html) of this
release, use its:
+
+* [Release manager OpenPGP
key](https://dist.apache.org/repos/dist/release/parquet/KEYS)
+* [OpenPGP
signature](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.1.tar.gz.asc)
+*
[SHA-512](https://dist.apache.org/repos/dist/release/parquet/apache-parquet-1.13.1/apache-parquet-1.13.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).
+
+Add the following dependency section to your pom.xml:
+```
+ <dependencies>
+ ...
+ <dependency>
+ <groupId>org.apache.parquet</groupId>
+ <artifactId>parquet-avro</artifactId>
+ <version>1.14.0</version> <!-- or latest version -->
+ </dependency>
+ ...
+ </dependencies>
+```
+
+### Older Releases
+
+Older releases can be found in the Archives of the Apache Software Foundation:
[https://archive.apache.org/dist/parquet/](https://archive.apache.org/dist/parquet/)