[
https://issues.apache.org/jira/browse/HADOOP-11609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14379726#comment-14379726
]
Hudson commented on HADOOP-11609:
---------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk-Java8 #143 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk-Java8/143/])
HADOOP-11609. Correct credential commands info in
CommandsManual.html#credential. Contributed by Varun Saxena. (ozawa: rev
6e891a921e00b122390a976dfd13838472a7fcc6)
* hadoop-common-project/hadoop-common/CHANGES.txt
* hadoop-common-project/hadoop-common/src/site/markdown/CommandsManual.md
*
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/alias/CredentialShell.java
> Correct credential commands info in CommandsManual.html#credential
> ------------------------------------------------------------------
>
> Key: HADOOP-11609
> URL: https://issues.apache.org/jira/browse/HADOOP-11609
> Project: Hadoop Common
> Issue Type: Bug
> Components: documentation, security
> Reporter: Brahma Reddy Battula
> Assignee: Varun Saxena
> Fix For: 2.7.0
>
> Attachments: HADOOP-11609.001.patch, HADOOP-11609.patch
>
>
> "-i" is not supported, so would you remove "-i",,, "
> -v" should be undocumented. The option is used only by test.
> {noformat}
> create alias [-v value][-provider provider-path] Prompts the user for a
> credential to be stored as the given alias when a value is not provided via
> -v. The hadoop.security.credential.provider.path within the core-site.xml
> file will be used unless a -provider is indicated.
> delete alias [-i][-provider provider-path] Deletes the credential with the
> provided alias and optionally warns the user when --interactive is used. The
> hadoop.security.credential.provider.path within the core-site.xml file will
> be used unless a -provider is indicated.
> list [-provider provider-path] Lists all of the credential aliases The
> hadoop.security.credential.provider.path within the core-site.xml file will
> be used unless a -provider is indicated.
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)