This is an automated email from the ASF dual-hosted git repository.

emkornfield 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 da1d9a8  Updating refereces from parquet-mr -> parquet-java (#60)
da1d9a8 is described below

commit da1d9a856ed782a19df44328b42386d8cad6ff79
Author: Vinoo Ganesh <vinoogan...@users.noreply.github.com>
AuthorDate: Wed May 22 16:57:57 2024 -0400

    Updating refereces from parquet-mr -> parquet-java (#60)
    
    * Updating referencs from parquet-mr -> parquet-java
    
    * add note about parquet-java rename
---
 README.md                          |  2 +-
 content/en/_index.html             |  4 ++--
 content/en/_index.md               |  4 ++--
 content/en/docs/Overview/_index.md | 14 +++++++-------
 hugo.toml                          |  4 ++--
 static/doap_Parquet.rdf            |  4 ++--
 6 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md
index 40303c7..588e202 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ You can now preview the site locally on http://localhost:1313/
 
 To create documentation for a new release of `parquet-format` create a new 
<releaseNumber>.md file under `content/en/blog/parquet-format`. Please see 
existing files in that directory as an example.
 
-To create documentation for a new release of `parquet-mr` create a new 
<releaseNumber>.md file under `content/en/blog/parquet-mr`. Please see existing 
files in that directory as an example.
+To create documentation for a new release of `parquet-java` create a new 
<releaseNumber>.md file under `content/en/blog/parquet-java`. Please see 
existing files in that directory as an example.
 
 # Website development and deployment
 
diff --git a/content/en/_index.html b/content/en/_index.html
index 08218d8..d674aa5 100644
--- a/content/en/_index.html
+++ b/content/en/_index.html
@@ -24,8 +24,8 @@ Or Search Open Issues
 {{% /blocks/feature %}}
 
 
-{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" 
url="https://github.com/apache/parquet-mr"; %}}
-We do a [Pull Request](https://github.com/apache/parquet-mr/pulls) 
contributions workflow on **GitHub**. New users are always welcome!
+{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" 
url="https://github.com/apache/parquet-java"; %}}
+We do a [Pull Request](https://github.com/apache/parquet-java/pulls) 
contributions workflow on **GitHub**. New users are always welcome!
 {{% /blocks/feature %}}
 
 
diff --git a/content/en/_index.md b/content/en/_index.md
index 1644d4c..7bc87c1 100644
--- a/content/en/_index.md
+++ b/content/en/_index.md
@@ -22,8 +22,8 @@ It provides high performance compression and encoding schemes 
to handle complex
 Or Search Open Issues
 {{% /blocks/feature %}}
 
-{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" 
url="https://github.com/apache/parquet-mr"; %}}
-We do a [Pull Request](https://github.com/apache/parquet-mr/pulls) 
contributions workflow on **GitHub**. New users are always welcome!
+{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" 
url="https://github.com/apache/parquet-java"; %}}
+We do a [Pull Request](https://github.com/apache/parquet-java/pulls) 
contributions workflow on **GitHub**. New users are always welcome!
 {{% /blocks/feature %}}
 
 
diff --git a/content/en/docs/Overview/_index.md 
b/content/en/docs/Overview/_index.md
index a8bddb8..5d106b8 100644
--- a/content/en/docs/Overview/_index.md
+++ b/content/en/docs/Overview/_index.md
@@ -9,7 +9,7 @@ description: >
 Apache Parquet is an open source, column-oriented data file format designed 
for efficient data storage and retrieval.
 It provides high performance compression and encoding schemes to handle 
complex data in bulk and is supported in many programming language and 
analytics tools.
 
-This documentation contains information about both the 
[parquet-mr](https://github.com/apache/parquet-mr) and 
[parquet-format](https://github.com/apache/parquet-format) repositories. 
+This documentation contains information about both the 
[parquet-java](https://github.com/apache/parquet-java) and 
[parquet-format](https://github.com/apache/parquet-format) repositories. 
 
 ### parquet-format
 
@@ -18,14 +18,14 @@ The parquet-format repository hosts the official 
specification of the Apache Par
 As a repository focused on specification, the parquet-format repository does 
not contain source code. 
 
 
-### parquet-mr
+### parquet-java 
 
-The parquet-mr repository is part of the Apache Parquet project and 
specifically focuses on providing Java tools for handling the Parquet file 
format within the Hadoop ecosystem. The "mr" stands for MapReduce. Essentially, 
this repository includes all the necessary Java libraries and modules that 
allow developers to read and write Apache Parquet files.
+The parquet-java (formerly named 'parquet-mr') repository is part of the 
Apache Parquet project and specifically focuses on providing Java tools for 
handling the Parquet file format. Essentially, this repository includes all the 
necessary Java libraries and modules that allow developers to read and write 
Apache Parquet files.
 
-The parquet-mr repository contains an implementation of the Apache Parquet 
format. There are a number of other Parquet format implementations, which are 
listed below. 
+The parquet-java repository contains an implementation of the Apache Parquet 
format. There are a number of other Parquet format implementations, which are 
listed below. 
 
-Included in parquet-mr:
-* Java Implementation: It contains the core Java implementation of the Apache 
Parquet format, making it possible to use Parquet files in Java applications, 
particularly those based on Hadoop.
+Included in parquet-java:
+* Java Implementation: It contains the core Java implementation of the Apache 
Parquet format, making it possible to use Parquet files in Java applications.
 
 * Utilities and APIs: It provides various utilities and APIs for working with 
Apache Parquet files, including tools for data import/export, schema 
management, and data conversion.
 
@@ -36,7 +36,7 @@ The Parquet ecosystem is rich and varied, encompassing a wide 
array of tools, li
 
 Here is a non-exhaustive list of Parquet implementations:
 
-* [Parquet-mr](https://github.com/apache/parquet-mr)
+* [Parquet-java](https://github.com/apache/parquet-java)
 * [Parquet C++, a subproject of Arrow 
C++](https://github.com/apache/arrow/tree/main/cpp/src/parquet) 
([documentation](https://arrow.apache.org/docs/cpp/parquet.html))
 * [Parquet Go, a subproject for Arrow 
Go](https://github.com/apache/arrow/tree/main/go/parquet) 
([documentation](https://github.com/apache/arrow/tree/main/go))
 * [Parquet 
Rust](https://github.com/apache/arrow-rs/blob/master/parquet/README.md)
diff --git a/hugo.toml b/hugo.toml
index 0e48bbd..e7efcc3 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -20,7 +20,7 @@ enableGitInfo = true
 [[menu.main]]
     name = "GitHub"
     weight = 50
-    url = "https://github.com/apache/parquet-mr/";
+    url = "https://github.com/apache/parquet-java/";
     pre = "<i class='fab fa-github'></i>"
 
 # Configure how URLs look like per section.
@@ -163,7 +163,7 @@ enable = false
 # Developer relevant links. These will show up on right side of footer and in 
the community page if you have one.
 [[params.links.developer]]
   name = "GitHub"
-  url = "https://github.com/apache/parquet-mr";
+  url = "https://github.com/apache/parquet-java";
   icon = "fab fa-github"
   desc = "Development takes place here!"
 [[params.links.developer]]
diff --git a/static/doap_Parquet.rdf b/static/doap_Parquet.rdf
index 939f29c..89568fa 100644
--- a/static/doap_Parquet.rdf
+++ b/static/doap_Parquet.rdf
@@ -43,8 +43,8 @@
     </release>
     <repository>
       <GitRepository>
-        <location 
rdf:resource="https://git.apache.org/repos/asf?p=parquet-mr.git"/>
-        <browse rdf:resource="https://github.com/apache/parquet-mr"/>
+        <location 
rdf:resource="https://git.apache.org/repos/asf?p=parquet-java.git"/>
+        <browse rdf:resource="https://github.com/apache/parquet-java"/>
       </GitRepository>
     </repository>
   </Project>

Reply via email to