This is an automated email from the ASF dual-hosted git repository.
stevel 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 261b11f7dbf HADOOP-17564. Fix typo in UnixShellGuide.html (#4195)
261b11f7dbf is described below
commit 261b11f7dbf6ae43b643dc0c5830158ad965a604
Author: Ashutosh Gupta <[email protected]>
AuthorDate: Fri Apr 22 17:59:41 2022 +0100
HADOOP-17564. Fix typo in UnixShellGuide.html (#4195)
contributed by Ashutosh Gupta
---
hadoop-common-project/hadoop-common/src/site/markdown/UnixShellGuide.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-common-project/hadoop-common/src/site/markdown/UnixShellGuide.md
b/hadoop-common-project/hadoop-common/src/site/markdown/UnixShellGuide.md
index ffe2aec96ab..ca32fd8ee2f 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/UnixShellGuide.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/UnixShellGuide.md
@@ -134,7 +134,7 @@ Apache Hadoop's shell code has a [function
library](./UnixShellAPI.html) that is
The shell code allows for core functions to be overridden. However, not all
functions can be or are safe to be replaced. If a function is not safe to
replace, it will have an attribute of Replaceable: No. If a function is safe
to replace, it will have the attribute of Replaceable: Yes.
-In order to replace a function, create a file called
`hadoop-user-functions.sh` in the `${HADOOP_CONF_DIR}` directory. Simply
define the new, replacement function in this file and the system will pick it
up automatically. There may be as many replacement functions as needed in this
file. Examples of function replacement are in the
`hadoop-user-functions.sh.examples` file.
+In order to replace a function, create a file called
`hadoop-user-functions.sh` in the `${HADOOP_CONF_DIR}` directory. Simply
define the new, replacement function in this file and the system will pick it
up automatically. There may be as many replacement functions as needed in this
file. Examples of function replacement are in the
`hadoop-user-functions.sh.example` file.
Functions that are marked Public and Stable are safe to use in shell profiles
as-is. Other functions may change in a minor release.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]