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 245958b Put same docs on prod (#52)
245958b is described below
commit 245958b02ddcca4a7361346f9ffb7f3d2f6e2596
Author: Vinoo Ganesh <[email protected]>
AuthorDate: Wed Mar 13 22:50:30 2024 -0400
Put same docs on prod (#52)
---
content/en/blog/parquet-format/2.10.0.md | 27 +++++----------------------
content/en/blog/parquet-format/2.7.0.md | 19 +++++++++++++++++++
content/en/blog/parquet-format/2.8.0.md | 20 ++++++++++++++++++++
content/en/blog/parquet-format/2.9.0.md | 25 +++++--------------------
4 files changed, 49 insertions(+), 42 deletions(-)
diff --git a/content/en/blog/parquet-format/2.10.0.md
b/content/en/blog/parquet-format/2.10.0.md
index 25d955b..995fbd1 100755
--- a/content/en/blog/parquet-format/2.10.0.md
+++ b/content/en/blog/parquet-format/2.10.0.md
@@ -4,32 +4,15 @@ date: 2023-11-20
description: >
---
-The [latest version of parquet-format is
2.10.0](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-format-2.10.0/apache-parquet-format-2.10.0.tar.gz).
+[Github Release
Link](https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.10.0).
+
+The [latest version of parquet-format is
2.10.0](https://dlcdn.apache.org/parquet/apache-parquet-format-2.10.0/apache-parquet-format-2.10.0.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-format-2.10.0/apache-parquet-format-2.10.0.tar.gz.asc)
-*
[SHA-512](https://downloads.apache.org/parquet/apache-parquet-format-2.10.0/apache-parquet-format-2.10.0.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-format</artifactId>
- <version>2.10.0</version> <!-- or latest version -->
- </dependency>
- ...
- </dependencies>
-```
+* [OpenPGP
signature](https://dlcdn.apache.org/parquet/apache-parquet-format-2.10.0/apache-parquet-format-2.10.0.tar.gz.asc)
+*
[SHA-512](https://dlcdn.apache.org/parquet/apache-parquet-format-2.10.0/apache-parquet-format-2.10.0.tar.gz.sha512)
-### 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/)
diff --git a/content/en/blog/parquet-format/2.7.0.md
b/content/en/blog/parquet-format/2.7.0.md
new file mode 100644
index 0000000..9242e34
--- /dev/null
+++ b/content/en/blog/parquet-format/2.7.0.md
@@ -0,0 +1,19 @@
+---
+title: "2.7.0"
+date: 2019-09-25
+description: >
+---
+
+[Github Release
Link](https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.7.0).
+
+The [latest version of parquet-format is
2.7.0](https://dlcdn.apache.org/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:
+
+* [Release manager OpenPGP key](https://downloads.apache.org/parquet/KEYS)
+* [OpenPGP
signature](https://dlcdn.apache.org/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz.asc)
+*
[SHA-512](https://dlcdn.apache.org/parquet/apache-parquet-format-2.7.0/apache-parquet-format-2.7.0.tar.gz.sha512)
+
+### 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/)
diff --git a/content/en/blog/parquet-format/2.8.0.md
b/content/en/blog/parquet-format/2.8.0.md
new file mode 100644
index 0000000..947014b
--- /dev/null
+++ b/content/en/blog/parquet-format/2.8.0.md
@@ -0,0 +1,20 @@
+---
+title: "2.8.0"
+date: 2020-01-13
+description: >
+---
+
+[Github Release
Link](https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.8.0).
+
+The [latest version of parquet-format is
2.8.0](https://dlcdn.apache.org/parquet/apache-parquet-format-2.8.0/apache-parquet-format-2.8.0.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://dlcdn.apache.org/parquet/apache-parquet-format-2.8.0/apache-parquet-format-2.8.0.tar.gz.asc)
+*
[SHA-512](https://dlcdn.apache.org/parquet/apache-parquet-format-2.8.0/apache-parquet-format-2.8.0.tar.gz.sha512)
+
+
+### 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/)
diff --git a/content/en/blog/parquet-format/2.9.0.md
b/content/en/blog/parquet-format/2.9.0.md
index 9790708..8ada38d 100755
--- a/content/en/blog/parquet-format/2.9.0.md
+++ b/content/en/blog/parquet-format/2.9.0.md
@@ -4,31 +4,16 @@ date: 2021-10-06
description: >
---
-The [latest version of parquet-format is
2.9.0](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-format-2.9.0/apache-parquet-format-2.9.0.tar.gz).
+[Github Release
Link](https://github.com/apache/parquet-format/releases/tag/apache-parquet-format-2.9.0).
+
+The [latest version of parquet-format is
2.9.0](https://dlcdn.apache.org/parquet/apache-parquet-format-2.9.0/apache-parquet-format-2.9.0.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-format-2.9.0/apache-parquet-format-2.9.0.tar.gz.asc)
-*
[SHA-512](https://downloads.apache.org/parquet/apache-parquet-format-2.9.0/apache-parquet-format-2.9.0.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).
+* [OpenPGP
signature](https://dlcdn.apache.org/parquet/apache-parquet-format-2.9.0/apache-parquet-format-2.9.0.tar.gz.asc)
+*
[SHA-512](https://dlcdn.apache.org/parquet/apache-parquet-format-2.9.0/apache-parquet-format-2.9.0.tar.gz.sha512)
-Add the following dependency section to your pom.xml:
-```
- <dependencies>
- ...
- <dependency>
- <groupId>org.apache.parquet</groupId>
- <artifactId>parquet-avro</artifactId>
- <version>1.12.2</version> <!-- or latest version -->
- </dependency>
- ...
- </dependencies>
-```
### Older Releases