You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2022/05/07 23:10:07 UTC

[hadoop] branch branch-3.3 updated: HADOOP-17479. Fix the examples of hadoop config prefix (#4197)

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

aajisaka pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 277daca91fd HADOOP-17479. Fix the examples of hadoop config prefix (#4197)
277daca91fd is described below

commit 277daca91fd1dc27977b2ce4bbd82f09e8cfdd02
Author: Ashutosh Gupta <as...@st.niituniversity.in>
AuthorDate: Sun May 8 00:09:24 2022 +0100

    HADOOP-17479. Fix the examples of hadoop config prefix (#4197)
    
    Signed-off-by: Akira Ajisaka <aa...@apache.org>
    (cherry picked from commit 40a8b9a6a54181b58d1770dd779d637041a631ce)
---
 hadoop-common-project/hadoop-common/src/site/markdown/DownstreamDev.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/DownstreamDev.md b/hadoop-common-project/hadoop-common/src/site/markdown/DownstreamDev.md
index b04bc2488f8..e38dfc4c88b 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/DownstreamDev.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/DownstreamDev.md
@@ -300,7 +300,7 @@ that conflicts with a property defined by Hadoop can lead to unexpected and
 undesirable results. Users are encouraged to avoid using custom configuration
 property names that conflict with the namespace of Hadoop-defined properties
 and thus should avoid using any prefixes used by Hadoop,
-e.g. hadoop, io, ipc, fs, net, file, ftp, kfs, ha, file, dfs, mapred,
+e.g. hadoop, io, ipc, fs, net, ftp, ha, file, dfs, mapred,
 mapreduce, and yarn.
 
 ### Logging Configuration Files


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org