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 <[email protected]> Authored: Wed Aug 30 15:22:23 2017 +0100 Committer: Steve Loughran <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
