This is an automated email from the ASF dual-hosted git repository.
shangxinli 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 fd0e4a9 Fix the page
fd0e4a9 is described below
commit fd0e4a93759da8d76b8fa890b83638f6fd07f60e
Author: Xinli shang <[email protected]>
AuthorDate: Tue Sep 14 22:08:40 2021 -0700
Fix the page
---
source/downloads.html.md | 18 ++++--------------
1 file changed, 4 insertions(+), 14 deletions(-)
diff --git a/source/downloads.html.md b/source/downloads.html.md
index a108744..67ccb11 100644
--- a/source/downloads.html.md
+++ b/source/downloads.html.md
@@ -1,15 +1,5 @@
# Downloads
-## 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).
-
-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)
-
## Parquet Format
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).
@@ -22,13 +12,13 @@ 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.0](https://www.apache.org/dyn/closer.lua/parquet/apache-parquet-1.12.0/apache-parquet-1.12.0.tar.gz).
+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).
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.0/apache-parquet-1.12.0.tar.gz.asc)
- *
[SHA-512](https://downloads.apache.org/parquet/apache-parquet-1.12.0/apache-parquet-1.12.0.tar.gz.sha512)
+ * [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)
### Downloading from the Maven central repository
@@ -41,7 +31,7 @@ Add the following dependency section to your pom.xml:
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
- <version>1.12.0</version> <!-- or latest version -->
+ <version>1.12.1</version> <!-- or latest version -->
</dependency>
...
</dependencies>