소스 검색

HADOOP-17479. Fix the examples of hadoop config prefix (#4197)

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Ashutosh Gupta 3 년 전
부모
커밋
40a8b9a6a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hadoop-common-project/hadoop-common/src/site/markdown/DownstreamDev.md

+ 1 - 1
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
 undesirable results. Users are encouraged to avoid using custom configuration
 property names that conflict with the namespace of Hadoop-defined properties
 property names that conflict with the namespace of Hadoop-defined properties
 and thus should avoid using any prefixes used by Hadoop,
 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.
 mapreduce, and yarn.
 
 
 ### Logging Configuration Files
 ### Logging Configuration Files