From 72f4b9cd68fbf238135d1ac18bcf22f686c74217 Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Mon, 8 Apr 2019 13:20:21 +0900 Subject: [PATCH] HADOOP-15242. Fix typos in hadoop-functions.sh. Contributed by Ray Chiang. --- .../hadoop-common/src/main/bin/hadoop-functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh b/hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh index e291a9b8998..c144c7f95e3 100755 --- a/hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh +++ b/hadoop-common-project/hadoop-common/src/main/bin/hadoop-functions.sh @@ -585,7 +585,7 @@ function hadoop_bootstrap # # short-cuts. vendors may redefine these as well, preferably - # in hadoop-layouts.sh + # in hadoop-layout.sh # HADOOP_COMMON_DIR=${HADOOP_COMMON_DIR:-"share/hadoop/common"} HADOOP_COMMON_LIB_JARS_DIR=${HADOOP_COMMON_LIB_JARS_DIR:-"share/hadoop/common/lib"} @@ -2530,7 +2530,7 @@ function hadoop_do_classpath_subcommand fi } -## @description generic shell script opton parser. sets +## @description generic shell script option parser. sets ## @description HADOOP_PARSE_COUNTER to set number the ## @description caller should shift ## @audience private