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

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 40a8b9a6a5)
This commit is contained in:
Ashutosh Gupta 2022-05-08 00:09:24 +01:00 committed by Akira Ajisaka
parent 4a532f77a9
commit 92c71b1377
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -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