Repository: hadoop
Updated Branches:
  refs/heads/HADOOP-13341 64293e66f -> 089ffe8cd


Revert "HADOOP-13357. Modify common to use hadoop_subcommand_opts"

This reverts commit 64293e66f36dfc93db2d3f9bafa767059da57053.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/089ffe8c
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/089ffe8c
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/089ffe8c

Branch: refs/heads/HADOOP-13341
Commit: 089ffe8cdb1d8cd31f870df2272aa142abfd198d
Parents: 64293e6
Author: Allen Wittenauer <a...@apache.org>
Authored: Tue Aug 30 11:50:50 2016 -0700
Committer: Allen Wittenauer <a...@apache.org>
Committed: Tue Aug 30 11:50:50 2016 -0700

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/src/main/bin/hadoop | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/089ffe8c/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 0935382..4aae621 100755
--- a/hadoop-common-project/hadoop-common/src/main/bin/hadoop
+++ b/hadoop-common-project/hadoop-common/src/main/bin/hadoop
@@ -203,8 +203,6 @@ 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: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to