Repository: hadoop Updated Branches: refs/heads/HADOOP-13341 72b2b4da3 -> 64293e66f
HADOOP-13357. Modify common to use hadoop_subcommand_opts Signed-off-by: Allen Wittenauer <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/64293e66 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/64293e66 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/64293e66 Branch: refs/heads/HADOOP-13341 Commit: 64293e66f36dfc93db2d3f9bafa767059da57053 Parents: 72b2b4d Author: Allen Wittenauer <[email protected]> Authored: Fri Aug 26 19:06:18 2016 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Tue Aug 30 11:48:21 2016 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/src/main/bin/hadoop | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/64293e66/hadoop-common-project/hadoop-common/src/main/bin/hadoop ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/main/bin/hadoop b/hadoop-common-project/hadoop-common/src/main/bin/hadoop index 4aae621..0935382 100755 --- a/hadoop-common-project/hadoop-common/src/main/bin/hadoop +++ b/hadoop-common-project/hadoop-common/src/main/bin/hadoop @@ -203,6 +203,8 @@ hadoop_verify_user "${HADOOP_SUBCMD}" hadoop_add_client_opts +hadoop_subcommand_opts "${HADOOP_SHELL_EXECNAME}" "${HADOOP_SUBCMD}" + if [[ ${HADOOP_WORKER_MODE} = true ]]; then hadoop_common_worker_mode_execute "${HADOOP_COMMON_HOME}/bin/hadoop" "${HADOOP_USER_PARAMS[@]}" exit $? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
