Skip to content
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

HADOOP-18595. Fix "the the" and friends typos #5267

Merged
merged 1 commit into from
Jan 16, 2023
Merged

HADOOP-18595. Fix "the the" and friends typos #5267

merged 1 commit into from
Jan 16, 2023

Conversation

neshkeev
Copy link
Contributor

@neshkeev neshkeev commented Jan 3, 2023

When reading the documentation I noticed a couple of "the the" typos, so I decided to fix them. IDK if I should request a JIRA ticket for it, but if so, please let me know and I'll amend the commit

Please notice that along with "the the" I also took liberty to fix a different typos like "and&" -> "and" and "can has" -> "has".

Also I'd like to inform you that I fixed a couple of "the the" typos in RELEASENOTES* files. I didn't touch the issues' names, since the link RELEASENOTES File <-> JIRA might be important. IDK if I should touch those files, so please advise.

@@ -122,7 +122,7 @@ Optimised for random IO, specifically the Hadoop `PositionedReadable`
operations —though `seek(offset); read(byte_buffer)` also benefits.

Rather than ask for the whole file, the range of the HTTP request is
set to that that of the length of data desired in the `read` operation
set to the length of data desired in the `read` operation
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This wording is better to my taste, please correct me if I'm wrong here

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 51s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+0 🆗 markdownlint 0m 1s markdownlint was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
_ trunk Compile Tests _
+0 🆗 mvndep 15m 15s Maven dependency ordering for branch
+1 💚 mvninstall 28m 47s trunk passed
+1 💚 mvnsite 6m 10s trunk passed
+1 💚 shadedclient 72m 21s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 24s Maven dependency ordering for patch
+1 💚 mvninstall 4m 48s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 mvnsite 5m 27s the patch passed
+1 💚 shadedclient 27m 41s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 asflicense 0m 34s The patch does not generate ASF License warnings.
108m 27s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5267/1/artifact/out/Dockerfile
GITHUB PR #5267
Optional Tests dupname asflicense mvnsite codespell detsecrets markdownlint
uname Linux f5a3aef53ca7 4.15.0-200-generic #211-Ubuntu SMP Thu Nov 24 18:16:04 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 344d471
Max. process+thread count 530 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-auth hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site hadoop-tools/hadoop-archive-logs hadoop-tools/hadoop-aws hadoop-tools/hadoop-azure U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5267/1/console
versions git=2.25.1 maven=3.6.3
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

Copy link
Contributor

@dineshchitlangia dineshchitlangia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @neshkeev for the improvement.

I see you have touched quite a few files from past releases.
Let us wait for more members to review and sign off on this change.

Copy link
Member

@ayushtkn ayushtkn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we change the release notes? they are part of the release voting? and it isn't going to help us any way here either

@neshkeev
Copy link
Contributor Author

neshkeev commented Jan 4, 2023

@ayushtkn , I didn't touch the names of the issues that are in the release notes, only the commentaries to the releases, so I believe no problems should arise here

@ayushtkn
Copy link
Member

ayushtkn commented Jan 4, 2023

Those commentaries aren't written explicitly written, they are fetched from the jira itself, it is there in the release notes column of the Jira.
https://issues.apache.org/jira/browse/HDFS-897

To be precise, so that they can be extracted during the release and published, the same would have been published, and if old archived.
The same stuff we check-in to our code for history purpose. I won't be very much in favour of touching them unnecessarily

@neshkeev
Copy link
Contributor Author

neshkeev commented Jan 4, 2023

@ayushtkn , I restored everything in the hadoop-common-project/hadoop-common/src/site/markdown/release directory back to what it was before my changes, please take a look

Copy link
Member

@ayushtkn ayushtkn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense.
Changes LGTM

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 52s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+0 🆗 markdownlint 0m 1s markdownlint was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
_ trunk Compile Tests _
+0 🆗 mvndep 15m 17s Maven dependency ordering for branch
+1 💚 mvninstall 28m 23s trunk passed
+1 💚 mvnsite 6m 3s trunk passed
+1 💚 shadedclient 71m 52s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 24s Maven dependency ordering for patch
+1 💚 mvninstall 4m 47s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 mvnsite 5m 29s the patch passed
+1 💚 shadedclient 27m 42s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 asflicense 0m 41s The patch does not generate ASF License warnings.
107m 54s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5267/2/artifact/out/Dockerfile
GITHUB PR #5267
Optional Tests dupname asflicense mvnsite codespell detsecrets markdownlint
uname Linux f9d120c5b113 4.15.0-200-generic #211-Ubuntu SMP Thu Nov 24 18:16:04 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 03f10d0
Max. process+thread count 532 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-auth hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site hadoop-tools/hadoop-archive-logs hadoop-tools/hadoop-aws hadoop-tools/hadoop-azure U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5267/2/console
versions git=2.25.1 maven=3.6.3
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@neshkeev
Copy link
Contributor Author

neshkeev commented Jan 7, 2023

Could this PR be merged, please?

@dineshchitlangia
Copy link
Contributor

@neshkeev Could you pls resolve the conflicts?

@neshkeev
Copy link
Contributor Author

neshkeev commented Jan 12, 2023

@dineshchitlangia , the conflicts have been resolved. It's weird that I haven't gotten the notification about the conflicts in the PR

Signed-off-by: Nikita Eshkeev <neshkeev@yandex.ru>
@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 53s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+0 🆗 markdownlint 0m 1s markdownlint was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
_ trunk Compile Tests _
+0 🆗 mvndep 15m 3s Maven dependency ordering for branch
+1 💚 mvninstall 35m 22s trunk passed
+1 💚 mvnsite 6m 17s trunk passed
+1 💚 shadedclient 82m 7s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 26s Maven dependency ordering for patch
+1 💚 mvninstall 5m 58s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 mvnsite 5m 52s the patch passed
+1 💚 shadedclient 31m 55s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 asflicense 0m 34s The patch does not generate ASF License warnings.
123m 45s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5267/3/artifact/out/Dockerfile
GITHUB PR #5267
Optional Tests dupname asflicense mvnsite codespell detsecrets markdownlint
uname Linux 1e9a34226b7a 4.15.0-200-generic #211-Ubuntu SMP Thu Nov 24 18:16:04 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / f9434d1
Max. process+thread count 543 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-auth hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site hadoop-tools/hadoop-archive-logs hadoop-tools/hadoop-aws hadoop-tools/hadoop-azure U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5267/3/console
versions git=2.25.1 maven=3.6.3
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 52s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+0 🆗 markdownlint 0m 1s markdownlint was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
_ trunk Compile Tests _
+0 🆗 mvndep 14m 52s Maven dependency ordering for branch
+1 💚 mvninstall 35m 2s trunk passed
+1 💚 mvnsite 6m 43s trunk passed
+1 💚 shadedclient 83m 36s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 27s Maven dependency ordering for patch
+1 💚 mvninstall 6m 27s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 mvnsite 5m 53s the patch passed
+1 💚 shadedclient 31m 37s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 asflicense 0m 34s The patch does not generate ASF License warnings.
125m 20s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5267/4/artifact/out/Dockerfile
GITHUB PR #5267
Optional Tests dupname asflicense mvnsite codespell detsecrets markdownlint
uname Linux a1db64201105 4.15.0-200-generic #211-Ubuntu SMP Thu Nov 24 18:16:04 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / e143778
Max. process+thread count 630 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-auth hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-hdfs-project/hadoop-hdfs-native-client hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site hadoop-tools/hadoop-archive-logs hadoop-tools/hadoop-aws hadoop-tools/hadoop-azure U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5267/4/console
versions git=2.25.1 maven=3.6.3
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@neshkeev
Copy link
Contributor Author

@dineshchitlangia , could you please check if this PR can be merged and merge it if so?

@neshkeev
Copy link
Contributor Author

@dineshchitlangia , @ayushtkn , @slfan1989 , please could someone merge the PR?

@slfan1989
Copy link
Contributor

@neshkeev Thanks for your contribution! I will merge into trunk branch.

@goiri @dineshchitlangia @ayushtkn Thank you very much!

@slfan1989 slfan1989 merged commit 4de3112 into apache:trunk Jan 16, 2023
@slfan1989
Copy link
Contributor

slfan1989 commented Jan 16, 2023

@neshkeev We need a jira, can you create one?

I created JIRA: HADOOP-18595. Fix "the the" and friends typos, and modified the pr title.
You can register a JIRA account, generally we will create JIRA first, and then submit pr.

Thanks again for your contribution! @neshkeev

slfan1989 added a commit that referenced this pull request Jan 16, 2023
@slfan1989 slfan1989 changed the title Fix "the the" and friends typos HADOOP-18595. Fix "the the" and friends typos Jan 17, 2023
@neshkeev neshkeev deleted the fix-the-the-typos branch January 17, 2023 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants