-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating refereces from parquet-mr -> parquet-java #60
Updating refereces from parquet-mr -> parquet-java #60
Conversation
content/en/docs/Overview/_index.md
Outdated
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe note here that this was previously referred to as parquet-mr due to the name of the repository (which has also been moved)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i agree adding a note like this would be clearer
The parquet-java repository(previously named `parquet-mr`) is part of the Apache Parquet project and specifically focuses on providing Java tools for
I personally suggest not making this change unless there is a compelling usecase. It seems like it doesn't hurt to leave the artifacts as parquet-mr and would only cause downstream pain to update them now for very little gain
I recommend against doing this, again on the justification of "what benefit would we get from it"?
I am not sure what this is asking
Maybe we could create a blog post announcing some of the recent changes / activity (e.g. discussion son V3 format, clarifications on repos, new website, etc). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me -- thank you @vinooganesh 🙏
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would personally suggest removing the discussion bout release of parquet-mr
/ parquet-java
to that repo. It seems confusing to have instructions on how to do a release from another repo in parquet-site
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I see the confusion - these notes have to do with updating the website announce the new release: https://parquet.apache.org/blog/. So the flow would be
- Make a release of parquet-java in that repo
- Put up a blog post entry on the website containing the release information
Happy to remove this if folks feel strongly - but was thinking it may be good to have some instructions on how to actually make the post.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't feel strongly
@@ -24,8 +24,8 @@ | |||
{{% /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" %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As part of another PR perhaps we should revisit this link (perhaps it should link to parquet-format?) as again linking to the java implementation from the homepage might be more confusing than helpful
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a great point. This was actually that was torn about the most when I first built the new site. I figured more people would want to contribute to mr
than format
(there's actual code in the former), so I went with mr
everywhere. More than happy to revisit this as it was mostly just a guess on my part.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is something to revisit as a follow on PR
content/en/docs/Overview/_index.md
Outdated
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i agree adding a note like this would be clearer
The parquet-java repository(previously named `parquet-mr`) is part of the Apache Parquet project and specifically focuses on providing Java tools for
Thanks @alamb!
Sorry -- this is a typo on my side. I meant to include a new contribution template (edited the message above). It was a response to this thread: https://lists.apache.org/thread/5oohcx3m16kqs8dmtl3vm1cgd8z0q10b. It's probably worth having separate release announcement templates for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @vinooganesh
LGTM, thank you @vinooganesh |
@alamb @wgtmac I put a very basic PR together to update some of the references on the website from
parquet-mr
toparquet-java
. I only chose to do some because I think we have a few questions to figure out first:parquet-mr
toparquet-java
or do we just want to keep publishing under mr?parquet-java
instead? I'm not a fan of rewriting history but figured I'd start a conversation just in case people want to.parquet-java
(I had been hacking using the blog for releases) to add a note (assuming we change the name of the artifact) that things have changed?