YuanbenWang commented on code in PR #5547: URL: https://github.com/apache/hadoop/pull/5547#discussion_r1164951032
########## hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml: ########## @@ -2888,6 +2888,16 @@ </description> </property> +<property> + <name>dfs.pathname.forbidden.characters</name> + <value></value> Review Comment: I thought some users might persist in using some special characters to mark path, so I leaf it empty. Maybe it's not a good idea, and I will update it in the next commit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
