MAPREDUCE-6294. Remove an extra parameter described in Javadoc of TockenCache. Contributed by Brahma Reddy Battula.
This commit is contained in:
parent
e074952bd6
commit
05499b1093
|
@ -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
|
||||
|
|
|
@ -105,7 +105,6 @@ public class TokenCache {
|
|||
* get delegation token for a specific FS
|
||||
* @param fs
|
||||
* @param credentials
|
||||
* @param p
|
||||
* @param conf
|
||||
* @throws IOException
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue