You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2017/08/30 14:23:44 UTC

hadoop git commit: HADOOP-14815. s3guard shell usage calls function incorrectly. Contributed by Allen Wittenauer

Repository: hadoop
Updated Branches:
  refs/heads/HADOOP-13345 f07c7aa3a -> 6b18a5d6f


HADOOP-14815. s3guard shell usage calls function incorrectly.
Contributed by Allen Wittenauer


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

Branch: refs/heads/HADOOP-13345
Commit: 6b18a5d6f8b274c2069683313f3713bf365c4aea
Parents: f07c7aa
Author: Steve Loughran <st...@apache.org>
Authored: Wed Aug 30 15:22:23 2017 +0100
Committer: Steve Loughran <st...@apache.org>
Committed: Wed Aug 30 15:23:22 2017 +0100

----------------------------------------------------------------------
 hadoop-tools/hadoop-aws/src/main/shellprofile.d/hadoop-s3guard.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/6b18a5d6/hadoop-tools/hadoop-aws/src/main/shellprofile.d/hadoop-s3guard.sh
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-aws/src/main/shellprofile.d/hadoop-s3guard.sh b/hadoop-tools/hadoop-aws/src/main/shellprofile.d/hadoop-s3guard.sh
index e20710c..039b077 100644
--- a/hadoop-tools/hadoop-aws/src/main/shellprofile.d/hadoop-s3guard.sh
+++ b/hadoop-tools/hadoop-aws/src/main/shellprofile.d/hadoop-s3guard.sh
@@ -18,7 +18,7 @@
 if ! declare -f hadoop_subcommand_s3guard >/dev/null 2>/dev/null; then
 
   if [[ "${HADOOP_SHELL_EXECNAME}" = hadoop ]]; then
-    hadoop_add_subcommand "s3guard" "manage metadata on S3"
+    hadoop_add_subcommand "s3guard" client "manage metadata on S3"
   fi
 
   # this can't be indented otherwise shelldocs won't get it


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org