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
|
MAPREDUCE-6242. Progress report log is incredibly excessive in
|
||||||
application master. (Varun Saxena via devaraj)
|
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
|
Release 2.7.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -105,7 +105,6 @@ public class TokenCache {
|
||||||
* get delegation token for a specific FS
|
* get delegation token for a specific FS
|
||||||
* @param fs
|
* @param fs
|
||||||
* @param credentials
|
* @param credentials
|
||||||
* @param p
|
|
||||||
* @param conf
|
* @param conf
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue