HADOOP-15242. Fix typos in hadoop-functions.sh. Contributed by Ray Chiang.
This commit is contained in:
parent
0d47d283a6
commit
72f4b9cd68
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue