diff --git a/CHANGES.txt b/CHANGES.txt index 30775bd0b7d..d150d131818 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -110,6 +110,9 @@ Trunk (unreleased changes) HADOOP-6862. Adds api to add/remove user and group to AccessControlList (amareshwari) + + HADOOP6911. doc update for DelegationTokenFetcher (boryas) + OPTIMIZATIONS BUG FIXES diff --git a/src/docs/src/documentation/content/xdocs/commands_manual.xml b/src/docs/src/documentation/content/xdocs/commands_manual.xml index 76e4df64d08..dd5291b26b0 100644 --- a/src/docs/src/documentation/content/xdocs/commands_manual.xml +++ b/src/docs/src/documentation/content/xdocs/commands_manual.xml @@ -57,8 +57,8 @@ Generic Options

The following options are supported by dfsadmin, - fs, fsck and - job. + fs, fsck, + job and fetchdt. Applications should implement Tool to support @@ -213,6 +213,26 @@

+ fetchdt +

+ Gets Delegation Token from a NameNode. See fetchdt for more info. +

+

Usage: hadoop fetchdt [GENERIC_OPTIONS] + [--webservice <namenode_http_addr>] <file_name>

+ + + + + + + + + + +
COMMAND_OPTION Description
<file_name>File name to store the token into.
--webservice <https_address>use http protocol instead of RPC
+
+ +
jar

Runs a jar file. Users can bundle their Map Reduce code in a jar file and execute it using this command.