From ccbdfba7d1ed2321253c6eb72be34fe231a7e62e Mon Sep 17 00:00:00 2001 From: Boris Shkolnik Date: Tue, 10 Aug 2010 22:35:15 +0000 Subject: [PATCH] HADOOP-6911. doc update for DelegationTokenFetcher git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@984250 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ .../content/xdocs/commands_manual.xml | 24 +++++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) 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.