HADOOP-15242. Fix typos in hadoop-functions.sh. Contributed by Ray Chiang.

This commit is contained in:
Akira Ajisaka 2019-04-08 13:20:21 +09:00
parent 0d47d283a6
commit 72f4b9cd68
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 2 additions and 2 deletions

View File

@ -585,7 +585,7 @@ function hadoop_bootstrap
# #
# short-cuts. vendors may redefine these as well, preferably # 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_DIR=${HADOOP_COMMON_DIR:-"share/hadoop/common"}
HADOOP_COMMON_LIB_JARS_DIR=${HADOOP_COMMON_LIB_JARS_DIR:-"share/hadoop/common/lib"} HADOOP_COMMON_LIB_JARS_DIR=${HADOOP_COMMON_LIB_JARS_DIR:-"share/hadoop/common/lib"}
@ -2530,7 +2530,7 @@ function hadoop_do_classpath_subcommand
fi fi
} }
## @description generic shell script opton parser. sets ## @description generic shell script option parser. sets
## @description HADOOP_PARSE_COUNTER to set number the ## @description HADOOP_PARSE_COUNTER to set number the
## @description caller should shift ## @description caller should shift
## @audience private ## @audience private