This is an automated email from the ASF dual-hosted git repository. roryqi pushed a commit to branch branch-0.6 in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git
The following commit(s) were added to refs/heads/branch-0.6 by this push: new b873a290 [TYPO] Replace Chinese colon by ASCII colon (#255) b873a290 is described below commit b873a2902adc703f99401a0516c618b1f8b61ab1 Author: Kaijie Chen <c...@apache.org> AuthorDate: Mon Oct 10 10:48:39 2022 +0800 [TYPO] Replace Chinese colon by ASCII colon (#255) What changes were proposed in this pull request? Replace : by : . Does this PR introduce any user-facing change? No. How was this patch tested? No need. --- README.md | 2 +- .../java/org/apache/hadoop/mapreduce/task/reduce/RssBypassWriter.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3521acc..84fd8099 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ For more details of advanced configuration, please see [Uniffle Coordinator Guid For more details of advanced configuration, please see [Uniffle Shuffle Client Guide](https://github.com/apache/incubator-uniffle/blob/master/docs/client_guide.md). -## Security:Hadoop kerberos authentication +## Security: Hadoop kerberos authentication The primary goals of the Uniffle Kerberos security are: 1. to enable secure data access for coordinator/shuffle-servers, like dynamic conf/exclude-node files stored in secured dfs cluster 2. to write shuffle data to kerberos secured dfs cluster for shuffle-servers. diff --git a/client-mr/src/main/java/org/apache/hadoop/mapreduce/task/reduce/RssBypassWriter.java b/client-mr/src/main/java/org/apache/hadoop/mapreduce/task/reduce/RssBypassWriter.java index 1679d9ff..87648aeb 100644 --- a/client-mr/src/main/java/org/apache/hadoop/mapreduce/task/reduce/RssBypassWriter.java +++ b/client-mr/src/main/java/org/apache/hadoop/mapreduce/task/reduce/RssBypassWriter.java @@ -49,7 +49,7 @@ public class RssBypassWriter { throw new IllegalStateException("RSS does not support OnDiskMapOutput as shuffle ouput," + " try to reduce mapreduce.reduce.shuffle.memory.limit.percent"); } else { - throw new IllegalStateException("Merger reserve unknown type of MapOutput:" + throw new IllegalStateException("Merger reserve unknown type of MapOutput: " + mapOutput.getClass().getCanonicalName()); } }