MAPREDUCE-6294. Remove an extra parameter described in Javadoc of TockenCache. Contributed by Brahma Reddy Battula.

This commit is contained in:
Tsuyoshi Ozawa 2015-03-28 00:08:35 +09:00
parent e074952bd6
commit 05499b1093
2 changed files with 3 additions and 1 deletions

View File

@ -305,6 +305,9 @@ Release 2.8.0 - UNRELEASED
MAPREDUCE-6242. Progress report log is incredibly excessive in
application master. (Varun Saxena via devaraj)
MAPREDUCE-6294. Remove an extra parameter described in Javadoc of
TockenCache. (Brahma Reddy Battula via ozawa)
Release 2.7.0 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -105,7 +105,6 @@ static void obtainTokensForNamenodesInternal(Credentials credentials,
* get delegation token for a specific FS
* @param fs
* @param credentials
* @param p
* @param conf
* @throws IOException
*/